SEQUENCE SYSTEM
SOURCE CODE:
OUTPUT:
SOURCE CODE:
>>Sequence Construct is is simply a list of one or more instructions that should be executed consecutively. I used vb v6.0 in creating this sample program. First I choose a form then input 4 label boxes and 5 textboxes and changed their name and captions. I also input 2 command buttons for reset and record. I created the program under this 2 command buttons. Lastly, I tested it to check if it has an error then save it.
Purpose of the sample program: to record student informations.
SELECTION SYSTEM
SOURCE CODE
OUTPUT:
>>Selection Construct is program consists of conditional statement. I used if-else statements. This system purpose is for a security system,where you will input your username and password.
No comments:
Post a Comment