what are the rules for nexting of FOR.......NEXT loops?
Answers
Answered by
2
This programme is for counting from 1 to 10.
#include<iostream.h>
#include<conio.h>
void main ()
{
int x ;
for ( x=1,x<=10,x++)
cout<<x<<"/t";
}
Answered by
0
Answer:
this app is the worst app which i seen in my life
it can't show any answer
plz uninstall the app
Similar questions