Using C# Progamming Only (NO JAVA, C++) Answet the following question using micr
ID: 652924 • Letter: U
Question
Using C# Progamming Only (NO JAVA, C++) Answet the following question using microsoft visual stuido.
Use a one-dimensional array to solve the following problem: A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9% of $5000, or a total of $650. Write an application (using an array of counters) that determines how many of the salespeople earned salaries in each of the following ranges (assume that each salesperson
Explanation / Answer
The following steps are required for the program. But need to evaluate on C#.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using ClassLibrary1;
namespace lab3
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
cal.Enabled = false;
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.