Question: Instructions Write and test a program that accepts the user's name (as text) and age (as a number) as input. The program should output a


Instructions Write and test a program that accepts the user's name (as text) and age (as a number) as input. The program should output a sentence containing the user's name and age. An example of the program input and output is shown below: Enter your name: Alex Enter your age: 23 Alex is 23 years old. Program produces proper output given input 3.33 out of 10.00 1 out of 3 checks passed. Review the results below for more details. Checks Test Case Incomplete Test for Alex, 23yrs Test Case Complete Test for John, 44yrs Test Case Incomplete Test for Debbie, 78yrs Instructions Write and test a program that accepts the user's name (as text) and age (as a number) as input. The program should output a sentence containing the user's name and age. An example of the program input and output is shown below: Enter your name: Alex Enter your age: 23 Alex is 23 years old. Program produces proper output given input 3.33 out of 10.00 1 out of 3 checks passed. Review the results below for more details. Checks Test Case Incomplete Test for Alex, 23yrs Test Case Complete Test for John, 44yrs Test Case Incomplete Test for Debbie, 78yrs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
