Question: Write a Visual Basic program that displays your first name, middle initial, last name, and age on the console followed by a single newline character.
Write a Visual Basic program that displays your first name, middle initial, last name, and age on the console followed by a single newline character. Write the sentence two times (one time using Write() and one time using WriteLine()). Use the appropriate variable types to hold you first name, middle initial, last name, and age in memory and use a format string and conversion character in conjunction Write and WriteLine to display the sentences.
*You can just use sample names* THANK YOU
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
