Question: please help with this Power Shell Script. Results of Powershell script need to produce what is shown in the 2nd screen shot. Thank you! Write
please help with this Power Shell Script. Results of Powershell script need to produce what is shown in the 2nd screen shot. Thank you!


Write a complete PowerShell script to print a receipt (for a Daily Needs Store) based on a fixed number of input quantities ( 8 food items and 2 other items) as shown in figure below. User enters ONLY the quantity. Price is fixed for each item as shown in each echo statement. Then the script must print the receipt for the items purchased as shown in the figure: Note: 8.25% tax is charged ONLY on non-food items such as Batteries and Vitamins. Note: Full credit is given only if you produce the output exactly as shown below. Neatness, column alignment, \$signs, date, clerk name and counter\# (any number between 1 and 30 ) are essential items in addition to the body of the receipt. Write a complete PowerShell script to print a receipt (for a Daily Needs Store) based on a fixed number of input quantities ( 8 food items and 2 other items) as shown in figure below. User enters ONLY the quantity. Price is fixed for each item as shown in each echo statement. Then the script must print the receipt for the items purchased as shown in the figure: Note: 8.25% tax is charged ONLY on non-food items such as Batteries and Vitamins. Note: Full credit is given only if you produce the output exactly as shown below. Neatness, column alignment, \$signs, date, clerk name and counter\# (any number between 1 and 30 ) are essential items in addition to the body of the receipt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
