Computer Science, asked by pleasesir, 4 days ago

Write a program in Visual Basic which accepts your age in years, and converts it into months by using the formula, age 12 The result should be displayed in a label control on the click event of the Calculate button. Draw the form with appropriate textbox controls, label controls and command buttons.​

Answers

Answered by bharathisakila
1

It has become a tradition for programming books to begin with a hello, world example. The idea is that entering and running a program—any program—may be the biggest hurdle face

Answered by βαbγGυrl
2

Answer:

Visual Basic have two main parts to it. The first part is creating the user interface, this is a simply drag and drop environment where you can add different form controls such as a téxt box.

The second part to it is creating the cøde to make the user interface do/display something.

\pink{▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬}

Similar questions