Write visual basic code for the visual studio


Assignment task: Write visual basic code for the Visual Studio .NET compiler, that performs the following

1. Declare a variable named UserAge. Choose a data type that allows you to store whole numbers.

2. Make the UserAge variable contain the value that is typed in a textbox named Datatxt.

3. Show one of the following messages in a textbox named Outputtxt based on the conditions listed:

If UserAge is negative, show the message "data is illegal".

If UserAge is 0, show the message "Not born yet".

Otherwise show the message, "this is your age" and display the actual number in the variable UserAge.

Request for Solution File

Ask an Expert for Answer!!
Visual Basic Programming: Write visual basic code for the visual studio
Reference No:- TGS03286461

Expected delivery within 24 Hours