Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 314 Bytes

q1_pseudo_code_in_class.md

File metadata and controls

20 lines (13 loc) · 314 Bytes

Q1 Pseudo Code in Class

PROMPT for type of tea

GET tea type

IF the tea is green tea

DISPLAY “150-180 F” DISPLAY “150-180 F”

ELSE IF the tea is oolong

DISPLAY “190 - 200 F”

ELSE IF the tea is black tea

DISPLAY “180 - 212 F”

ELSE

DISPLAY “I don’t recognize that tea.”

END IF