– Identify and describe the problem in the program. – Consi

– Identify and describe the problem in the program. – Consider… – Identify and describe the problem in the program.- Consider redesigning and recoding the program. What are the changes(at least three changes)? using System;namespace MyApplication{   class Player   {       public string name;       public string type;       public string jersey;       public float total_price;       public Player(string n, string t, string j)       {           name = n;           type = t;           jersey = j;           total_price = 0;       }       public void calculate_price()       {           if ((type.ToLower()) == “kids”)           {               if ((jersey.ToLower()) == “yes”)               {                   total_price = 150 + 100;               }               else               {                   total_price = 150;               }           }           if ((type.ToLower()) == “adults”)           {               if ((jersey.ToLower()) == “yes”)               {                   total_price = 230 + 120;               }               else               {                   total_price = 230;               }           }       }   }   class Program   {       public static void Main(string[] args)       {           int no_of_user;           int no_of_registration;           int no_of_player;           String name;           String type;           String jersey;           Console.WriteLine(”                                            Welcome to Tigers Scoccer Club“);           Console.WriteLine(“Enter the total no of registration”);           no_of_registration = Convert.ToInt32(Console.ReadLine());           do           {               Console.WriteLine(“Enter the numbers of players per registration”);               no_of_player = Convert.ToInt32(Console.ReadLine());               if (no_of_player < 1 || no_of_player > 4)               {                   Console.WriteLine(“The numbers of players per registration must be between 1 and 4”);               }           } while (no_of_player < 1 || no_of_player > 4);           Console.WriteLine(“——————————————————————————————–nn”);           no_of_user = no_of_registration * no_of_player;           Player[] p = new Player[no_of_user];           for (int i = 0; i < no_of_user; i++)           {               Console.WriteLine("Enter player name:");               name = Console.ReadLine();               Console.WriteLine("Registration type:");               type = Console.ReadLine();               Console.WriteLine("Enter yes/no to indicate whether you want a jersey:");               jersey = Console.ReadLine();               p[i] = new Player(name, type, jersey);               p[i].calculate_price();               Console.WriteLine("--------------------------------------------------------------------------------------------nn");            }           Console.WriteLine("                                                Summary of Registrationnn");           float max = p[0].total_price;           float min = p[0].total_price;           for (int i = 0; i < no_of_player; i++)           {               if (p[i].total_price > max)               {                   max = p[i].total_price;               }               if (p[i].total_price < min)               {                   min = p[i].total_price;               }             }           Console.WriteLine("--------------------------------------------------------------------------------------------nn");           Console.WriteLine("Name                 Type                    Jersey                  Cost");           for (int i = 0; i < no_of_user; i++)           {               Console.WriteLine(p[i].name + "             " + p[i].type + "                   " + p[i].jersey + "                         " + p[i].total_price);           }           Console.WriteLine("--------------------------------------------------------------------------------------------nn");           string output = "The player spending most:    ";           for (int i = 0; i < no_of_user; i++)           {               if (p[i].total_price == max)               {                   output = output + p[i].name + ", ";               }           }           Console.WriteLine(output);           output = "The player spending least:    ";           for (int i = 0; i < no_of_user; i++)           {               if (p[i].total_price == min)               {                   output = output + p[i].name + ", ";               }           }           Console.WriteLine(output);       }   }}Engineering & Technology Computer Science ICT 123

How it works

  1. Paste your instructions in the instructions box. You can also attach an instructions file
  2. Select the writer category, deadline, education level and review the instructions 
  3. Make a payment for the order to be assignment to a writer
  4.  Download the paper after the writer uploads it 

Will the writer plagiarize my essay?

You will get a plagiarism-free paper and you can get an originality report upon request.

Is this service safe?

All the personal information is confidential and we have 100% safe payment methods. We also guarantee good grades

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 20% with the discount code ESSAYHELP