Question: Create a script (in your $HOME/script directory) called test-conditions. In the script, initialize two variables varA and varB, and set them to different integer (whole
Create a script (in your $HOME/script directory) called test-conditions. In the script, initialize two variables varA and varB, and set them to different integer (whole number) values of your choice. Your script will then test the values and output one of these messages as appropriate:
varA, with a value of <<>>, is greater than varB, with a value of <<>>
varB, with a value of <<>>, is greater than varA, with a value of <<>>
varA and varB have the same value, which is <<>>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
