0
how the outputs includes 1 while in the code x+1?
4 Answers
+ 1
Post the code if you want to talk about it.
0
int num=1
while (num<6) {
cout << "number" << num <<endl;
num=num+1 ;
}
it maybe seems easy but i am just a beginner
0
because you write num=1 in the beginning ( sorry for grammatical errors I'm not English)
0
thanks and no probleeem dude đ