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?!
2 Réponses
+ 5
If you want to print 59 to 83, then the print statement should be:
cout<<i<<endl;
+ 1
I see no question...