0
how to create data display without inputting data in source code action, do you use variables / such?
lesson algorithm to display my name, age, and class
1 ответ
0
Use variables and get input from user.
int var; //creating integer variable
cin >> var; //user inputs integer