- 2
#include <iostream> using namespace std; int main() { int num = 1; int number; int total = 0; while (num <= 5)
Please tell me the use of 'variable' number here
2 Respostas
+ 2
Can you send more details about your code? 'number' is an integer that will be assigned to a value later on in your program.
+ 1
This will help you:
https://code.sololearn.com/cTcHQ83uJhZt/?ref=app