1.2.2: output variable value. jump to level 1 write a statement that outputs variable userage. end with a newline. 1 2 3 4 5 6 7 8 9 10 11 12 #include using namespace std; int main() { int userage; cin > > userage; // program will be tested with values: 15, 40. /* your code goes here */ return 0; } 1 2 check next 1 2

Solved
Show answers

Ask an AI advisor a question