Create a console application using Visual Studio.
Create a Windows Forms application using Visual Studio.
o Select Windows Forms App (.NET Framework)
Name the Solution and Project Program08.
Output appropriate communication messages to the user.
Output appropriate results. In other words, all requirements should be
output and identified by number.
Requirements (remember to identify the requirements by number):
1. Include a label: This is Program08
2. For Program 8, recreate Program 6 as a Windows Form application.
3. Include appropriate controls to accept input from the user.
4. Include appropriate controls to message state structure and object state
information back to the user.
5. Include appropriate controls to invoke the methods.
6. Output a thank you message: Thank you for running Program08.
TEST TEST TEST your application to ensure the specific program
requirements are met.
Use the list above and the common requirements as a confirmation
checklist.
· Not meeting all requirements = No 0 points for the assignment.
Program 6
1. Output a header in the console: This is Program06
2. Create a structure named Phone with the following members:
a. Phone Number
b. Manufacturer
c. Model
d. Operating System
e. Diagonal Screen Size
f. Constructor to set data above
3. Ask the user how many phones to enter and configure appropriately.
4. Create a class named Account with the following members:
g. Inherits IAccountUpdate interface
h. Phone Number(s)
i. Customer Name
j. Address
k. Credit Card Number
l. Constructor(s) as appropriate
5. Create an interface named IAccountUpdate with the following members:
m. Balance Owed
n. Minutes Used
o. Cost Per Minute
p. CalculateCharge()
q. AdjustMinutes() increase or decrease
6. Using Phone, Account, and IAccountUpdate, create an application for a
mobile phone company that minimally supports functionality listed. For
instance: creating accounts, adding phones, calculating charges, and
adjusting minutes.
Flowchart
Include a flowchart of your program.
Construct your flowchart using draw.io. Use appropriate symbols. Use vertical/horizontal connections (NOT slanted/angled connections).
Export your flowchart to the SVG format (File | Export as… | SVG)
Submit the SVG file with your assignment
