The following if statement determines whether choice is equal to ‘ Y ’ or ‘ y ’.
if (choice == 'Y' || choice == 'y')
Simplify this statement by using either the toupper or tolower function.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.