Homework work
a. Write a VB program that asks user an arithmetic operator ('+','-','*' or '/') and
two operands and perform the corresponding calculation on the operands.
b. Write a VB program to add all the numbers entered by a user until user enters
0.
c. Write a program using for loop to find the sum of first n natural numbers
where n is entered by user. Note: 1,2,3... are called natural numbers.