Question: user _ num 1 and user _ num 2 are read from input. Write one if statement and one if - else statement: If user

user_num1 and user_num2 are read from input. Write one if statement and one if-else statement:
If user_num1 is less than 0, then output 'user_num1 is negative.'
If user_num2 is greater than or equal to 5, then assign user_num2 with 10.
Otherwise, output 'user_num2 is less than 5.'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!