Question: Write a statement that outputs variable userAge. End with a newline. #include using namespace std; int main() { int userAge; cin>>userAge; // Program will
Write a statement that outputs variable userAge. End with a newline. #include using namespace std; int main() { int userAge; cin>>userAge; // Program will be tested with values: 15, 40. /* Your code goes here */ return 0;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
