Question: i need a program in c++ that makes a iteration how many times the user want to choose a type an example if the user
i need a program in c++ that makes a iteration how many times the user want to choose a type an example if the user enters 2 the program has to ask 2 times the question "
what letter do you want to choose (X,Y,Z)"
1.- enter a number please
3
what letter do you want to choose (X,Y,Z)
X
what letter do you want to choose (X,Y,Z)
Y
what letter do you want to choose (X,Y,Z)
Y
output:
Type times choose
X. 1
Y. 2
Z 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
