Question: USING VISUAL BASIC PROGRAMMING, declare module-level variables as follows: Declare a String named MyName and initialize the value to your first name followed by your
USING VISUAL BASIC PROGRAMMING, declare module-level variables as follows: Declare a String named MyName and initialize the value to your first name followed by your last name. Declare a DateTime variable named MyBirthDate and initialize the value to 1/1/1985. Do not use your actual birth date for privacy reasons. Declare a DateTime variable named CurrentDate and initialize the value to the current date (System.DateTime.Today) Declare a String variable LongStringDate. Initialize the variable to store the current date converted to a long date string. Declare all of the above variables as private module-level variables. Display these values in output labels. Create the labels as necessary and name them as appropriate. Do not use names like Label1, Label2 and so on.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
