Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

is really urgent , can anyone do it ? windows programming - VB language LEARNING OUTCOMES By completing this assignment, students should be able to:

image text in transcribed

is really urgent , can anyone do it ? windows programming - VB language

LEARNING OUTCOMES By completing this assignment, students should be able to: Perform arithmetic calculations using VB Use of statements to control the flow of logic in a program Create menus in a program Make use of various controls in a program Write reusable code in sub procedures and function procedures and call the procedures from other locations SPECIFICATION Checking Account Create a project to compute your checking account balance. Include radio buttons to indicate the type of transaction: deposit, check, or service charge. A text box will allow the user to enter the amount of transaction. Display the new balance in a ReadOnly text box/label. Calculate the balance by adding deposits and subtracting service charges and checks. Menu functionality . In the same program, create a menu with the following structure: File Edit Help Transaction Clear About Summary Font Exit Colour Include validation that displays a message box if the amount of the transaction is a negative number. If there is not enough money to cover a check, display a message box with the message "Insufficient Funds." Do not pay the check, but deduct a service charge of $10. Write function procedures for processing deposits, checks, and service charges. The deposit function adds the deposit to the balance; the check function subtracts the transaction amount from the balance; the service charge function subtracts the transaction amount from the balance. Each of the functions must return the updated balance. The Summary menu item displays the total number of deposits and the dollar amount of deposits, the number of checks, and the dollar amount of the checks in a message box. The Clear menu item clears the radio buttons and the amount and resets the focus. The Colour and Font menu items change the colour and font of the information displayed in the balance label. Use a message box to display the program name and your name as the programmer for the About option in the Help menu. LEARNING OUTCOMES By completing this assignment, students should be able to: Perform arithmetic calculations using VB Use of statements to control the flow of logic in a program Create menus in a program Make use of various controls in a program Write reusable code in sub procedures and function procedures and call the procedures from other locations SPECIFICATION Checking Account Create a project to compute your checking account balance. Include radio buttons to indicate the type of transaction: deposit, check, or service charge. A text box will allow the user to enter the amount of transaction. Display the new balance in a ReadOnly text box/label. Calculate the balance by adding deposits and subtracting service charges and checks. Menu functionality . In the same program, create a menu with the following structure: File Edit Help Transaction Clear About Summary Font Exit Colour Include validation that displays a message box if the amount of the transaction is a negative number. If there is not enough money to cover a check, display a message box with the message "Insufficient Funds." Do not pay the check, but deduct a service charge of $10. Write function procedures for processing deposits, checks, and service charges. The deposit function adds the deposit to the balance; the check function subtracts the transaction amount from the balance; the service charge function subtracts the transaction amount from the balance. Each of the functions must return the updated balance. The Summary menu item displays the total number of deposits and the dollar amount of deposits, the number of checks, and the dollar amount of the checks in a message box. The Clear menu item clears the radio buttons and the amount and resets the focus. The Colour and Font menu items change the colour and font of the information displayed in the balance label. Use a message box to display the program name and your name as the programmer for the About option in the Help menu

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_2

Step: 3

blur-text-image_3

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

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

More Books

Students also viewed these Databases questions