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.
1 Réponse
0
Get age here
If( age meets requirement ) {
Do this
}Else {
Do this
}