You are on page 1of 7

Rapid Application Development

Ex 01-01
Write a program that takes a First Name and Last Name and displays a greeting message with the full name.

01-01: Screen Design

01-01: Code

Ex 01-02
Create a Windows Forms Application that takes two numbers as input and displays the output based on the process. The program should have Add, Subtract, Clear, and Exit functionality. Use textboxes for input and output.

01-02: Screen

01-02: Properties
Control Form1 Text MaximizeBox MinimizeBox Label1 Label2 Label3 Text1 Text2 Text3 Button1 Text Text Text Name Name Name Name Text Button2 Name Text Button3 Name Text Button4 Name Property Calculator False False First Number Second Number Result firstNumberTextbox secondNumberTextbox resultTextbox addButton Add subtractButton Subtract clearButton Clear exitButton Value

You might also like