Q.1-Write a VBA function with the name of aptechsum which accept two numbers in the function and display sum.
Q.2- Write a VBA function with the name of aptechmul which accept two numbers in the function and display mul.
Q.3- Write a VBA function with the name of aptechsub which accept two numbers in the function and display sub.
Q.4- Write a VBA function with the name of aptechdiv which accept two numbers in the function and display div.
Q.5- Write a VBA function with the name of aptechsi which accept principal,rate and time in the function and display simple intrest.
Q.6- Write a VBA function with the name of aptechavg which accept 5 nos in the function and display average.
Q.7- Write a VBA function with the name of aptechsq which accept 1 no in the function and display square.
Q.8- Write a VBA function with the name of aptechcube which accept 1 no in the function and display cube.
Q.9- Write a VBA function with the name of aptechsp which accept shopping and discount percentage in the function and display total amount to pay after discount.
Q.10- Write a VBA function with the name of aptech which accept any amount in the function and display 25% of that amount.