I need help anybody know where they offer online tutoring for c++ loops. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

I need help anybody know where they offer online tutoring for c++ loops.

I have a c++ project that asks a user to input a number of asterisk it wants to print, and then prints however many asterisk the user wants. The user should be able to do this as many times as they want.

6th Jul 2017, 11:33 AM
Cynthia Price
4 Respostas
+ 2
Just tell that if the user input something else that a number, your code end, and put all that in a do while loop :)
6th Jul 2017, 11:41 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 2
You're welcome :)
6th Jul 2017, 11:43 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
thank you
6th Jul 2017, 11:42 AM
Cynthia Price
+ 1
thanks againšŸ˜Š
6th Jul 2017, 12:06 PM
Cynthia Price