Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to define a while statement in c++

while(condition)
{
   statement(s);
}
Source by beginnersbook.com #
 
PREVIOUS NEXT
Tagged: #define #statement
ADD COMMENT
Topic
Name
2+1 =