Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 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
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