MCQs > IT & Programming > Unix Shell Script > Output of the following shell script code?

Unix Shell Script MCQs

What is the output of the following shell script code?

suite=3

case $suite in

    1) echo Diamond ;;

    2) echo Spade ;;

    3) echo Heart ;;

    4) echo Club ;;

Answer

Correct Answer:

Heart 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Unix Shell Script Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Unix Shell Script Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it