Hi, I want the answer for this question please.
Q.1 Write the if statement to implement the following in programming C++:
Accept an int from the Keyboard.
If the entered int is "1", print "OK" on the screen.
If it is "2", display "Good".
If it is "3", display "Excellent".
If it is not 1, 2, or 3, display "Not interesting". (3 Marks)