Difference: CSC121F2023Lab03Hint1 (1 vs. 2)

Revision 22023-06-19 - cathybareiss

Line: 1 to 1
 
META TOPICPARENT name="CSC121F2023Lab03"
Changed:
<
<

Algorithm hint for first selection lab (Fall 2023)

>
>

Algorithm hint for first repetition lab (Fall 2023)

 
  • banner comment
  • import's
  • declare your class

Revision 12023-06-15 - cathybareiss

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CSC121F2023Lab03"

Algorithm hint for first selection lab (Fall 2023)

  • 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 site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback