Question: 4) Write an executable script called checkNum that asks the user for two numbers and store it in variables called firstNum and second Num,

4) Write an executable script called checkNum that asks the user for two numbers and store it in variables 

4) Write an executable script called checkNum that asks the user for two numbers and store it in variables called firstNum and second Num, then checks if the first value is greater than or equal to the second value. If firstNum is bigger, let the user know that the first input is bigger; else say that it is smaller. Explain clearly the commands used to create the file, how to make it executable, and how to execute it. (10)

Step by Step Solution

3.41 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The instructions are to create a script called checkNum that will perform a comparison between two n... View full answer

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!