0
In the while loop why the value of variable also shown with the other values obtained when the loop is completed.. please reply.
3 odpowiedzi
0
yesss here it iss.
0
int x=1;
while(x<6){
cout<<"number"<<num<<endl;
num=num+1;
}
0
can you explain that in the output of this program how do we get the value of the variable declared above...