Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

If userNum1 is less than 0, put userNum1 is negative. to output. If userNum2 is greater than 10, assign userNum2 with 0. Else, put

If userNum1 is less than 0, put "userNum1 is negative. " to output. If userNum2 is greater than 10, assign userNum2 with 0. Else, put "userNum2 is less than or equal to 10. ".

integer userNum1

integer userNum2

// Program will be tested with three sets of inputs:

// First: 0 14

// Second: -1 10

// Third: 1 -2

userNum1 = Get next input

userNum2 = Get next input

// Your solution goes here

Put "userNum2 is " to output Put userNum2 to output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions