Question
Create a Visual Basic program to use counters and accumulators. Zip your files. Submit the program before the 5:00 deadline Name your project using your
Create a Visual Basic program to use counters and accumulators. Zip your files. Submit the program before the 5:00 deadline Name your project using your initials and the number of the program Write a program to count spare change. Create a variable to keep track of the value of the coins. Create another variable to keep track of the number of coins. The Penny Button should add one to the number of coins and add one cent to the value. The Nickel Button should add one to the number of coins and add five cents to the value. The Dime Button should add one to the number of coins and add ten cents to the value. The Quarter Button should add one to the number of coins and add twenty-five cents to the value Display both values with each click. Format the output. Make sure your counter and accumulator are correct. Create a Reset Button to clear the counter and accumulator and the Labels. Create an Exit Button to end the program Use the proper naming conventions for all controls and variables Include a prologue and comment your code Be sure to: Scoring . include comments and a prologue . create and code all the Buttons include a working Exit Button . include a working Reset Button properly code all counters properly code all accumulators comment your code insert the icon in the Titlebar . include a prologue at the top of the code make the output neat .properly name all controls properly name all variables submit the all required files comments and prologue create and code all Buttons correctly displays counter and accumulator correctly calculates all values working Exit and Reset Buttons properly named controls properly named variables Total 10
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started