Answer:
#include<stdio.h> //header file
int main() //main function
{
float num; // variable declaration
printf("Enter a number to test:\n"); // getting variable for test
scanf("%f", &num);
if (num>45.6) //Testing weather greater or smaller
printf("\n %f is greater than 45.6", num); // Result if greater
else
printf("\n %f is not greater than 45.6", num); // Result if smaller or equal
return 0;
}
Explanation:
Answer:
30-day
Explanation:
Microsoft gives you a 30-Day grace period to activate windows
Answer:
It is known as a "brilliant invention of mankind"because it knows everything.
Analyze and try to understand it