Difference: CSC121S2024Lab02Hint1 ( vs. 1)

Revision 12024-01-18 - CathyBareiss

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

Algorithm hint for selection lab (Spring 2024)

  • banner comment
  • import's
  • declare your class
  • declare the main method
    • declare your variables
    • ready your keyboard
    • get the input (the 2 numbers and operation and what the user thinks the answer is)
    • use a selection statement based on the operation to determine the answer. If it is a bad operation, inform the user
    • use a second selection state to determine if the user's answer matches the answer that was just computed. Inform the user of the 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