Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Lab 2B: Name Comparison Write a program that ask the user to enter 2 names. Report which one comes first alphabetically. You can assume the
Lab 2B: Name Comparison Write a program that ask the user to enter 2 names. Report which one comes first alphabetically. You can assume the user will always correctly capitalize the first letter of each name. Test Case 1 Test Case 2 Console 1 Enter name 1 Eric 3 Enter name 2 4 Tim 5 Eric comes first alphabetically Help Python 3 v Run Code # Write your Python 3 code here
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