I need help with VB.Net programming. I need at least two of the following programs:
A. Write a program to create a finite arithmetic series and have the program ask
the user what the next number in the series is and checks it (with feedback).
B. Write a program to calculate the sum of a series of numbers given the first
number and the definition of the series (i.e. the series equation).
C. Write a program to create a finite geometric series.
D. Write a program that will average 10 numbers.
E. Write a program that will calculate and print the volume of a cube or a sphere
using variables inputted by the user.