Question: Digital Clock - AM / PM + Date This homework should be submitted using git. You can check it out with the command git clone

Digital Clock - AM/PM + Date
This homework should be submitted using git.
You can check it out with the command git clone /opt/cs/kilroy/GIT/batman/Clock,
using your username instead of batman.
While working, you can run the test script with this shell command:
/opt/kilroy/labtech/test_clock_am
When you have finished and submitted the program with git, you can run the grading script with this shell command:
/opt/kilroy/labtech/grade_clock_am batman
replacing batman with your username.
Make a screenshot with your code in one window and the output of the testing script with the "brief" flag:
/opt/kilroy/labtech/grade_clock_am -b batman
in another window, and upload it to Canvas.
After you clone the Clock repository, you will have a clock that only does 24-hour mode, and only does the time.
You need to modify the "make_timestring 0" function so that it correctly handles date mode and am/pm mode.
Past students have found it very helpful to work in pairs on this assignment. If you do that, be sure to add both people's names to the comment blocks for any files you change.
Digital Clock - AM / PM + Date This homework

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!