Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Write a PowerShell script to convert temperature from Celsius to Fahrenheit. Ask the user What is the temperature in Celsius? Read the user input Celsius

Write a PowerShell script to convert temperature from Celsius to Fahrenheit. Ask the user What is the temperature in Celsius? Read the user input Celsius value Use the formula Fahrenheit -Celsius*9/5+32 to calculate the Fahrenheit conversion. (result in discrete numbers only is ok.) Show the answer in the format: "Celsius is equals to Fahrenheit [Example: Celsius 23 is equals to Fahrenheit 73] Your program will then ask the question "Do you want to convert another Celsius value?(1 - yes, 0 - no)?'" I. 2. 3. 4. 5. 6. 7. If user enters 1 the continue back to step 1. 8. If user enters 0 or then end the program with "Thank You. Bye!" 9. If a value other than 0 or 1 is entered in step 6, show message "Please enter a valid option!" and go back to step 6. 10. Run the script you wrote on PowerShell command line. Run the following scenario. Celsius to Fahrenheit converter what is, the temperature in Celsius? 56 celsius 56 is equals to Fahrenheit 132 Type in 56 Do you want to continue?(1 yes, 0 = no) Type in 1 Celsius to Fahrenheit converter what is the temperature in Celsius? 78 Celsius 78 is equals to Fahrenheit 172 Type in 78 Do you want to continue?(1 yes, 0 no) Type in 8

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students explore these related Databases questions