Question: Write code that puts greater than 19 to output if the value of userAge is greater than 19. Ex: If userAge is 25,
Write code that puts "greater than 19 " to output if the value of userAge is greater than 19. Ex: If userAge is 25, then output is: greater than 19 userAge: 25 2 integer userAge Variables 3 // Program will be tested with 25, 18, 19, and 20 4 userAge Get next input Not shown when editing 5 6| 7 Your solution goes here 8 9 10 Put "userAge: " to output 11 Put userAge to output Code Flowchart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
