Question: Add the following mutator method to the TimeSpan class: public void scale(int factor) Scales this time span by the given factor. For example, 1 hour
Add the following mutator method to the TimeSpan class:
public void scale(int factor)
Scales this time span by the given factor. For example, 1 hour and 45 minutes scaled by 2 equals 3 hours and 30 minutes.
Step by Step Solution
3.30 Rating (168 Votes )
There are 3 Steps involved in it
Adds the given interval to this time span p... View full answer
Get step-by-step solutions from verified subject matter experts
