


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
this feild cannot be empty is thats ok?
Typology: Summaries
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Add code to which declares 3 new variables with names and data types shown in the table below. Name Data Type stFirstName String stLastName String stGender String Add code to initialise each variable using your own first name, last name and gender. Add code to output the contents of each of variable, one after another, in separate message boxes. Run the form and test your program.