Question: C++ programming Write an if-else statement that checks patronAge. If 55 or greater, print Senior citizen, otherwise print Not senior citizen (without quotes). End with
C++ programming

Write an if-else statement that checks patronAge. If 55 or greater, print "Senior citizen", otherwise print "Not senior citizen" (without quotes). End with newline. 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
