If Else if statement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If Else if statement

Write a C++ program that allows a user to perform average of 5 number when age given is above 12 else allow the user to perform multiplication of 3 number all the input must be enter by the user.

21st Feb 2022, 5:50 AM
Isaac Mensah
1 Answer
0
Get age here If( age meets requirement ) { Do this }Else { Do this }
21st Feb 2022, 6:13 AM
Raul Ramirez
Raul Ramirez - avatar