Answered step by step
Verified Expert Solution
Question
1 Approved Answer
visual basic Lab #2 ENTC 383 Visual Basic Programming: Create Application Using Arithmetic Operations Objective: Praetice using Visual Basic to develop a user interface that
visual basic
Lab #2 ENTC 383 Visual Basic Programming: Create Application Using Arithmetic Operations Objective: Praetice using Visual Basic to develop a user interface that incorporates arithmetic operations, labels and text box tools. Task #0: Listen to and take notes during the lab demonstration. Task #1: Develop a user-interface for arithmetic applications using the Text Box. This interface will include Text Box, Labels and Buttons. Following are the requirements for the interface: 1. Four Buttons, five Text boxes, and associated labels are required within a form. 2. Enter numbers into Initial Value box and Inc/Dec Value box. 3. Press the Initialize Radio button. The value from Initial Value box will be displayed in the Decrement Result and Increment Result boxes. 4. As the Increment Radio button is pressed, the values in the Decrement and Increment boxes will be reduced and increased, respectively, by the value entered in the Inc/Dec Value box. 5. A Count box should be used to keep track of the number of times that the Increment box has been pressed. 6. A Clear button should be used to reset the values entered within the Initial Value and Inc/Dec Value boxes. 7. A Swap button should be used to swap the values displayed in the Decrement Result and Increment Result boxes. Figure I shows the layout for the user interface. -Arithmalic Inhal Value Inc/Dec Value Clear Decrement Resul Increment Count Resut Swap Increment Intize Figure 1. Arithmetic User Interface Layout. Revised Spring 2020 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