About this document
Data Structures & Algorithms Overview by Oboza Angel Rose is a document available to read on EtoBox.
Here is the pseudocode for the given situations: 1. Largest Number in a Set Start num = 0 largest = 0 Print "Enter a number (0 to quit): " Input num If num != 0 Then If num > largest Then largest = num EndIf GoTo Start EndIf Print "The largest number is: " , largest End 2. Gross Pay Computation Start Print "Enter hourly pay rate: " Input rate Print "Enter number of hours worked: " Input hours grossPay = 0
- Author
- Oboza Angel Rose
- Language
- EN