#include<stdio.h>
#include<conio.h>
#define p printf
#define s scanf
int main()
{
int A;
p("enter your temperature:");
s("%d", &A);
if(A<=20)
p("IT'S COLD!");
else if (A<=30)
p("COOL CLIMATE!");
else if(A>=30)
p("IT'S HOT!");
getch();
return 0;
}
tnx sa mga program mo hah??
ReplyDeletekc BSIT ako mejo mhna pa sa programming
ReplyDeleteNice po
ReplyDeletesalamat sa program u save me alot of time to finish it
ReplyDelete