Can someone help me with some visual basic coding?

I need to write a code for quiz input, and I honestly have no idea what Im doing right now. Can someone write it for me and explain every step?a. When

I need to write a code for quiz input, and I honestly have no idea what I'm doing right now. Can someone write it for me and explain every step?

a. When the button is clicked, the following should happen.
a.i. Get the input from the user from an InputBox.
a.ii. While the input is something other than an A, B, C, D or Q, you should prompt the user again for input.
a.iii. If the input is an A, B, C, D, you should set the input to a character variable to hold the user’s answer choice and display the choice in a MessageBox, then the program should close.
a.iv. If the input is a Q, the program should close.

or:I need to write a code for quiz input, and I honestly have no idea what I'm doing right now. Can someone write it for me and explain every step?a. When the button is clicked, the following should happen.a.i. Get the input from the user from an InputBox.a.ii. While the input is something other than an A, B, C, D or Q, you should prompt the user again for input.a.iii. If the input is an A, B, C, D, you should set the input to a character variable to hold the user\u2019s answer choice and display the choice in a MessageBox, then the program should close.a.iv. If the input is a Q, the program should close.


or:I can and won't. You'll learn naught from source without an ability to code.1) Visual basic 6 has a pretty intuitive interface for creating widgets, or controls (buttons, labels, textboxes...). Find the button one and draw it on the screen somewhere.After creation, two properties (menu on the bottom right when selected) one oft wishes to alter are name (how it's referenced in the code) and caption / text (what the user sees written in it). Other properties can be useful and are explained, experiment with them.2) Widgets interact with the user via \"events\

Tags:write,visual,quiz,code,