Question: Onlinegdb.com Language is Python 3 Thank you HOMEWORK 2 - Basic Classes Answer the following questions. THIS ASSIGNMENT WILL BE DUE AT A DATE TO
HOMEWORK 2 - Basic Classes Answer the following questions. THIS ASSIGNMENT WILL BE DUE AT A DATE TO BE ANNOUNCED IN CLASS. 1. In an older system of units, angular measurements were often written in degrees, minutes, and seconds, where 1 degree 60 minutes and 1 minute 60 seconds. Design and implement a class that will take such an angle and convert it to decimal degrees. You eciude how to i mieunent the inpur and outpour proceduroes.d Data members should at least include degrees, minutes, and seconds, each of which should float members. Test the code with at least three different angular inputs. Better yet, allow the user to determine if he/she wishes to enter another angle to convert. 2. Design and implement a class that will enable the user to enter the total number of seconds between two events and convert it into units of years, months, days, hours, minutes, and seconds. EXTRA CREDIT: Allow the user to enter two dates and make the same conversion accounting for leap years
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
