Question: How do you make this code work with different names as the test results at the bottom say? Print Greeting Write code that prints a
Print Greeting Write code that prints a greeting in the following format: Hi, XXX ! where xxx is the name of a person stored in the variable name. Assume that the name variable been initialized. Test Results: x The output is not correct when the name is 'Alice'. x The output is not correct when the name is 'Bob'. x The output is not correct when the name is 'Engelbert Humperdinck'. The details of this test are hidden. 0% of tests passed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
