Posted by Jen on Sunday, August 10, 2008 at 7:02pm.
I believe you would have to convert the hours to minutes than add the two:
Input Reading Time Hours
Input Readig Time Minutes
Input Assignment Time Hours
Input Assignment Time Minutes
ReadingTime = (hours * 60) + minutes
AssignmentTime = (hours * 60) + minutes
Total Time = (ReadingTime + AssignmentTime)
Related Questions
Pseudocode Format - Need help writing this using pseudocode format: Carly gets ...
IT/210 - Assignment: Chapter 5 Programming Problems · Complete ...
Programming - Using your knowledge of pseudocode, conditional statements, and ...
Logic and Design - I need help with pseudocode, and any help regarding forming ...
computer - Using pseudocode, write a program on how you turn a corner in an ...
Pseudocode Format - Need help writing this into Pseudocode Format: Robert has a ...
Programming - Design a program in pseudocode that calculates the amount of money...
Fundamental of computer science - Pseudocode CountPositive integer totalPos,...
Pseudocode programming - I need a currency conversion application. It does not ...
computer science - Your goal is to solve the following programming lab activity...
For Further Reading