thanks for reminding me
im starting the program and I'm using if-else statement because were not yet allow to use some program....
User Profile
Collapse
-
I think the best way you need to use is switch case statement:
here the syntax:
switch(variable _expression){
case constant_value;
{
statement 1;
break;
}
case constant_value;
{
statement 2;
break;
}
statement 3;
break;
}
case constant_value;
{
statement 4;
break;
}
...Leave a comment:
-
need syntax (URGENT!!!)
hei can you give me what syntax i need to use to this problem,
number converted in words (1 to 999,999),it should be contain in the menu
example:the user type 11
the output should be eleven
its urgent i need to pass this tomorrow before our final
thank you -
my question is xcan you give me some advance topic about turbo c.
T-T...Leave a comment:
-
turbo c
hi im just newbie here and were using turbo c in our school ,and this coming semetsrial break I want to have a advance study about tc.can anyone help me because my next professor are "terror" and our last topic in my last proffessor were user-define function and im not really good in that thing.
hope for positive respond
thanks
belle
No activity results to display
Show More
Leave a comment: