Ask Question
25 January, 14:14

A pseudocode program is started below that asks the user for input and stores the value in a variable. Continue writing pseudocode to accomplish this task: If the hour is within the school day (8 to 15) then display "Nice to see you!", Otherwise, display "It's time to go home!

+2
Answers (1)
  1. 25 January, 14:31
    0
    Begin

    input value,

    int a = value;

    if a >=8 Or a<=15;

    cout<<"Nice to see you!";

    else

    cout<<"Its time to go home!";

    return 0;

    End
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A pseudocode program is started below that asks the user for input and stores the value in a variable. Continue writing pseudocode to ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers