Challenge: Fix the Code
Here is a challenge to fix the code using assert checks.
We'll cover the following...
Problem statement #
The program given in this lesson includes a number of assert
checks. Compile and run the program to discover the bugs revealed by the assert
checks.
The program takes a start time and a duration from the user and calculates the end time by adding the ...