Question: C++ programming Write a C++ code to demonstrate the if/else if statement based on the following pseudocode algorithm: If user's guess number is higher than

C++ programming
Write a C++ code to demonstrate the if/else if statement based on the following pseudocode algorithm: If user's guess number is higher than a number, the program display "Too High If user's guess number is lower than a number, the program display "Too Low. If user's guess number is equals to a number, the program display "Correct! (6 marks) (CLO2:PLO6:03)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
