My little sister tells you that she's captured a real fairy. you don't believe her, but then she pulls out a jar. inside is a tiny girl with wings. what will you do...
write a paragraph
Answers
Answered by
18
Answer:
The little sister Told me that she's capture all In her real fairy book.
The best way of learning is to download brainly.
Happy Guru Nanak jayanti.
hope it helps you
Answered by
1
Answer:
#include <stdio.h>
int main() {
double num;
printf("Enter a number: ");
scanf("%lf", &num);
if (num <= 0.0) {
if (num == 0.0)
printf("You entered 0.");
else
printf("You entered a negative number.");
} else
printf("You entered a positive number.");
return 0;
}
Similar questions