Question: I need help with my code. When I run it and enter an initial, for example k it comes out as You entered ' '
I need help with my code. When I run it and enter an initial, for example "k" it comes out as "You entered ' ' and uppercase is ''". I need to know how to have it come out as "you entered 'k' and uppercase is "K". Also I need to know how to have line 26 come out as a decimal as a result for cups * price. Line 27 needs to show the total from line 27 as well as the the information from lines 25 and 23. Finally I need to have the initial that the user put in line 19 repeated in line 28.
#define _CRT_SECURE_NO_WARNINGS //for Visual Studio compiler #pragma warning (disable: 6031) //ignore want warnings #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
