Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Silly program: Ask the user for their age and lucky number. Add both numbers up and output the result to the user. Output: What is
Silly program: Ask the user for their age and lucky number. Add both numbers up and output the result to the user.
Output:
What is your age? [assume user inputs 20]
What is your lucky number? [assume user inputs 7]
Your lucky number added to your age is 27
Hints and Notes:
1) You need three variables. Continue to use "IPO" structure for your program.
2) Remember: add a "std::cout
3.1 - Constants, Cin, More Math / 10. Easy Input and Math saved 15 points possible Reset to Starter Code Silly program: Ask the user for their age and lucky number. Add both numbers up and output the result to the user. Output What is your age? (assume user inputs 20] What is your lucky number? [assume user inputs 7] Your lucky number added to your age is 27 Hints and Notes 1) You need three variables. Continue to use "IPO" structure for your program. 2) Remember: add a "std::cout
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started