Write a script that the user writes the hour that he/she gue…
Write a script that the user writes the hour that he/she guesses. The script is going to display correct or incorrect. As an example if the current hour is 8 and the user enters: $ ./script 9 That is not correct $ ./script 8 That is correct $
Read Details