Write a program named orderreceipt for the magic blender


Please submit your work in EXE with the source code

Write a program named OrderReceipt for the Magic Blender Company. The program prompts the user for a name, street address, city, state, zip code, and quantity of blenders ordered at $39.95 each. In an attractive format (similar to Figure 2-24), display all the input data as well as the following:Amount due before tax, defined as number ordered times priceSales tax, defined as 7 percent of the amount dueNet due, defined as amount due before tax, plus taxCreate an enumeration named Month that holds values for the months of the year, starting with JANUARY equal to 1. Write a program named MonthNames that prompts the user for a month integer. Convert the user's entry to a Month value and display it.Create an enumeration named Planet that holds the names for the eight planets in our solar system, starting with MERCURY and ending with NEPTUNE. Write a program named Planets that prompts the user for a numeric position, and display the name of the planet that is in the requested position.Pig Latin is a nonsense language. To create a word in pig Latin, you remove the first letter and then add the first letter and "ay" at the end of the word. For example, "dog" becomes "ogday" and "cat" becomes "atcay". Write a program named PigLatin that allows the user to enter a word. Output the pig Latin version. 

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Write a program named orderreceipt for the magic blender
Reference No:- TGS01237681

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)