The program number 59 to number 83 numbers, label design! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The program number 59 to number 83 numbers, label design!

Help me! please 🙏 #include<iostream> using namespace std; int main(){ int i; for(i=59;i<=83;i++) cout<<"i=59-83"<<endl; return 0; } #its right?!

7th May 2019, 10:47 PM
kh.g.
kh.g. - avatar
2 Answers
+ 5
If you want to print 59 to 83, then the print statement should be: cout<<i<<endl;
8th May 2019, 4:14 AM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
I see no question...
7th May 2019, 10:48 PM
HonFu
HonFu - avatar