Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CSI 120 C# program #4. Request the quantity and price of an item from the user. Calculate the subtotal. Tax of 10% is charged on
CSI 120 C# program
#4. Request the quantity and price of an item from the user. Calculate the subtotal. Tax of 10% is charged on the subtotal. Calculate the tax amount, the output the subtotal, tax amount and grand total to the console. Format the output for Currency. Test Data : 100, 2.50 Expected Output: Subtotal $250.00 Tax $25.00 Grand Total $275.00 #5 Request two integer values from the user. If both are positive output that both values are positive. If one is negative add the two numbers together and output the result. If both are negative multiply the two numbers together and output the result. Test Data: 5.10 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started