About pets unconditional love
Answers
Answered by
20
Answer:
The pets understand our feelings more than us they help us in every situation.
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