Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C# programming laguange please. I am using mind tap also. Using the SalesTaxDemo program you wrote in Exercise 6A , modify that program so that

C# programming laguange please. I am using mind tap also.

Using the SalesTaxDemo program you wrote in Exercise 6A, modify that program so that after the 10 Sale objects are displayed, they are sorted in order by the amount of tax owed and displayed again. Modify the Sale class so its objects are comparable to each other based on tax owed using IComparable.CompareTo(). Name this modified program SalesTaxDemo2.

Each item should be displayed as follows:

Sale # 1 Amount: 567 Sale $1.00 Tax is $0.08

In order to prepend the $ to currency values, the program will need to use the CultureInfo.GetCultureInfo method. In order to do this, include the statement using System.Globalization; at the top of your program and format the output statements as follows: WriteLine("This is an example: {0}", value.ToString("C", CultureInfo.GetCultureInfo("en-US")));

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions