Given the following bash script: #!/bin/bash mynumber=5 guess=0 echo -e "I am thinking of a number from 1 to 10\n" read -p "Enter guess: " guess if (( guess == mynumber )) then  echo "That is correct!" elif (( guess != mynumber )); then  echo "Sorry, that is not my number!" fi Which of the following would be displayed if the number 12 is entered as the guess? a.Sorry, that is not my number! b.That is correct! c.5 d.error:  number out of range

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter8: Advanced Data Handling Concepts
Section: Chapter Questions
Problem 2GZ
icon
Related questions
Question

Given the following bash script:

#!/bin/bash
mynumber=5
guess=0
echo -e "I am thinking of a number from 1 to 10\n"
read -p "Enter guess: " guess
if (( guess == mynumber ))
then
 echo "That is correct!"
elif (( guess != mynumber )); then
 echo "Sorry, that is not my number!"
fi

Which of the following would be displayed if the number 12 is entered as the guess?

a.Sorry, that is not my number!

b.That is correct!

c.5

d.error:  number out of range

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Linux
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning