Question: Write a PowerShell script that takes a number and a character ('C' or 'F') as parameters and converts that number from Celsius to Fahrenheit (if
Write a PowerShell script that takes a number and a character ('C' or 'F') as parameters and converts that number from Celsius to Fahrenheit (if 'C' is passed) or vice versa (if 'F' is passed). If the number of parameters passed is not equal to 2, your script displays a usage note: "temp.sh
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
