How to make pattern loop in do-while c++?

后端 未结 0 1204
予麋鹿
予麋鹿 2020-12-12 08:27

So here is my code:

int main() {
    int i, userInput;
    cout << "Enter max range: ";
    cin >> userInput;
    i = 1;
    do {
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题