Hi Guys,
Hope you are well.
Please assist with writing the code in vb.net.
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)
Hi Guys, Hope you are well. Please assist with writing the code in vb.net.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am