Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please I need help with C# project. Use the technologies including: - Variables - Branching ( If or Switch statements) - Loops ( For and

Please I need help with C# project.
Use the technologies including:
- Variables
- Branching ( If or Switch statements)
- Loops ( For and While loops)
image text in transcribed
Bar Chart Create a project with a single form that has five textboxes for today's sales for five stores a "Bar Chart" button. three additional textboxes for: average, maximum, and minimum sales. The user enters the sales values and click the "Bar Chart" button the form displays a bar chart comparing each store's sales. Create each bar in the bar chart by displaying a string of asterisks (*) in a label object next to its sales textbox. Each asterisk should represent $100 of sales. The form should also the sales values and display an error message if any value is negative or exceeds a maximum of $5,000. Here is an example of the program's output: Store 1: (1000) *** Store 2: [1200) Store 3: [1800) Store 4: [ 800) Store 5: (1900)

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

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions