Write a c program containing an array that holds five


1. Write a C# program containing an array that holds five integers. Assign values to the integers.Display the integers from first to last, and then display them from last to first. Save theprogram as IntegerList.cs.


2. Write a C# program that computes commissions for automobile salespeople based on thevalue of the car. Salespeople receive 5 percent of the sale price for any car sold for up toand including $15,000; 7 percent for any car over $15,000 up to and including $24,000;and 10 percent of the sale price of any car over $24,000. Write a program that allows auser to enter a car price. The output is the salesperson's commission. Save the programas Commission.cs.

 

Solution Preview :

Prepared by a verified Expert
DOT NET Programming: Write a c program containing an array that holds five
Reference No:- TGS0663966

Now Priced at $40 (50% Discount)

Recommended (94%)

Rated (4.6/5)