How to print out specific word if value is something ?(basically solved)
#3

Code:
if(INTEGERNAME=30) {
printf("The integer is over 30 and so this is shown.");
printf("The integer is %s", INTEGERNAME);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)