Page 1 of 1

Hi Guys, Hope you are well. Please assist with writing the code in vb.net.

Posted: Fri Jul 01, 2022 5:42 am
by answerhappygod
Hi Guys,
Hope you are well.
Please assist with writing the code in vb.net.
Hi Guys Hope You Are Well Please Assist With Writing The Code In Vb Net 1
Hi Guys Hope You Are Well Please Assist With Writing The Code In Vb Net 1 (48.55 KiB) Viewed 32 times
Write a simple program to perform arithmetic process. The program should accept 2 numbers the outputs the sum, quotient, product, difference, power of the 2 numbers. A sample output is given below: Arithmetic Calculator Enter First Number: Enter Second Number: 2 3 Calculate 0 The sum of the 2 numbers is 5 The product of the 2 numbers is 6 The quotient of the 2 numbers is 0.666666666666667 The power of the 2 numbers is 8 The difference of the 2 numbers is -1 X (15)