Skip to content

abdullah44gur/0014_FunctionsSample1

Repository files navigation

0014_FunctionsSample1

Sample Exercise

You write a function that determines whether a given number is a triangular number or not. For this purpose, you will write isTriangular function, which takes a positive integer and returns 1 if the given number is a triangular number; returns 0, otherwise.

image