Code in VB.NET program to allow the user to input two integer values and then the
program print the results of adding, subtracting, multiplying, and dividing among the two
values. See the output below:
• Enter value a:30
• Enter value b:10
• The result of adding is 40.
• The result of subtracting is 20;
• The result of multiplying is 300.
• The result of dividing is 3.
Comments
Leave a comment