Ask Question
9 November, 18:14

Write structured pseudocode to show the following: when you are on time for work you have time to buy coffee

+3
Answers (1)
  1. 9 November, 19:40
    0
    If (on_time = = True) {

    print ("Coffee")

    } else {

    print ("No Coffee")

    }

    Explanation:

    Step 1 evaluate with a boolean variable if you are on time

    If (on_time = = True) {

    Step 2 if true you have coffee

    print ("Coffee")

    Step 3 if false you have not coffee

    print ("No Coffee")
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write structured pseudocode to show the following: when you are on time for work you have time to buy coffee ...” 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