Computer Science, asked by queenpriya72, 7 months ago

write a program to check that a number is positive or negitive. tell me answer faltu answer ni dena me delete kr dungi ..
.
.
.
class 10th
computer
.
.

Answers

Answered by mondalarijit736
1

Answer:

The program output is also shown below.

int number;

printf("Enter a number \n");

scanf("%d", &number);

if (number >= 0)

printf("%d is a positive number \n", number);

printf("%d is a negative number \n", number);

hope it helps

plz mark the ans. as brainliest

Answered by Lizasaha72559
1

Answer:

Ha bolo... kya kehna hai

Similar questions