Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

The instructions are to create a script called checkNum that will perform a comparison between two n... 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

Starting Out With Java From Control Structures Through Data Structures

Authors: Tony Gaddis

6th Edition

0133957055, 978-0133957051

More Books

Students also viewed these Programming questions

Question

How do you force the paint or paintComponent method to be called?

Answered: 1 week ago