Fill This Form To Receive Instant Help
Homework answers / question archive / Write code that puts "less than 21n" to output if the value of userAge is less than 21
Write code that puts "less than 21n" to output if the value of userAge is less than 21.
Ex: If userAge is 15, then output is:
less than 21
userAge: 15
How would I write this branch in coral language code?