Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PYTHON LANGUAGE PROGRAMMING Problem 2: Use at least 2 methods. Design a program that has the following: Inputs: Last Name. First Name, Middle Name, Birth
PYTHON LANGUAGE PROGRAMMING
Problem 2: Use at least 2 methods. Design a program that has the following: Inputs: Last Name. First Name, Middle Name, Birth Month (Numeric), Birthday, Birthyear, Program, and Units taken. The program should be able to produce the results below and a constant of 250 for Units of the program: Show the Full Name with and without the middle initial. Show the Birthdate in the format: Month Date, Year Show the Age as of the current date. Show the Current year level using the following conditions: 1st Year: Remaining Units > 200 2nd Year: Remaining Units > 150 3rd Year: Remaining Units > 100 4th Year: Remaining Units > 50 5th Year: Remaining UnitsStep 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