cuando un numero es mayor que 8
nclude <iostream> using namespace std; int main() { int num; cout << "Input a number: "; cin >> num; cout << "Your number is: " << num << endl; return 0; } A: You can use the following code to get the input from the user and store it in a variable: #include <iostream> using namespace std; int main()