Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Create a TimeSpan object with parameter 3 and 4 0 ( you are passing 3 and 4 0 to your TimeSpan class constructor
Create a TimeSpan object with parameter and you are passing and to your TimeSpan class constructor to initialize class variables, hours and minutes
print out current time Your code should print h:m
add hour and minutes to the TimeSpan object you created in question # and print the current time again Your code should print h:m
Create another TimeSpan object with parameter and you are passing and to your TimeSpan class constructor to initialize class variables, hours and minutes
print out current time of your second TimeSpan object Your code should print h:m
add hours and minutes to the TimeSpan object you created in question # and print the current time again Your code should print h:m
Call your setter to set your second object's hours to
Call your setter to set your second object's minutes
Call your getter to print your second object's hours
Call your getter to print your second object's minute
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