0
How i can make a counter by using for loop !!can any body explain it to me !!!!
2 ответов
+ 2
Create an int variable called 'counter'
Create a for loop
Inside the loop, increment the counter by 1
After the loop, output counter
0
thank u ,anthor qustion pls
how i can make a c++ prog that insert 10 values from keyborad and print to the screen the minimum number