Here's what I mean, since that was a little unclear:
int gea;
printf( "Numberness " );
scanf( "%d", &age );
if ( gea < 100 ) {
printf ("Blah!\n" );
}
else if ( gea == 100 ) {
printf( "Blah\n" );
getchar();
And so forth. Is there a certain thing you have to do with text strings? I tried to do something like this and it didn't work.

New Topic/Question
Reply




MultiQuote






|