Question: Write a PowerShell script (.ps1 file) to do the following. 1. Ask the user to input two floating point numbers 2. Calculate the addition, subtraction,
Write a PowerShell script (.ps1 file) to do the following.
1. Ask the user to input two floating point numbers
2. Calculate the addition, subtraction, multiplication and division of the two numbers and print the following result:
Enter 1st floating Point number : 45.3 Enter 2nd floating Point number : 19.56
Basic Calculator by: Your Name ------------------------------------------ 45.3 + 19.56 = 64.86 45.3 - 19.56 = 25.74 45.3 * 19.56 = 886.068 45.3 / 19.56 = 2.3159509202454
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
