Algorithm hint for first repetition lab (Spring 2024)
- banner comment
- import's
- declare your class
- declare the main method
- declare your variables. You will at least need something for the number inputted, something for the result, and something for the operation
- ready your keyboard
- get the operation from the user ("part of "priming read"*)
- while the operation is not indicating the end of the program
- get the number
- use a switch statement to determine which operation and perform it
- get the next operation (part of "priming read")
- display the final result
- finish the main method
- finish the class
This topic: CenterForComputing
> WebHome >
Syllabi >
CSC121SylS2024 >
CSC121S2024Lab03 > CSC121S2024Lab03Hint1
Topic revision: r1 - 2024-01-23 - CathyBareiss