Instructions FahrenheitTocelsius.cs + 1 using System; 2 using static System.Console; Write a program named 3 class FahrenheitTocelsius FahrenheitToCelsius that accepts 4 { a temperature in Fahrenheit...


Write in c#.


use the standard numeric format string and the ToString() method to convert a floating-point value to a string that has the desired format.


Instructions<br>FahrenheitTocelsius.cs +<br>1 using System;<br>2 using static System.Console;<br>Write a program named<br>3 class FahrenheitTocelsius<br>FahrenheitToCelsius that accepts<br>4 {<br>a temperature in Fahrenheit from<br>static void Main()<br>a user and converts it to Celsius<br>by subtracting 32 from the<br>Fahrenheit value and multiplying<br>the result by the double 5.0/9.0.<br>Display both values to one<br>decimal place.<br>For example, if 88.5 degrees is<br>input, the output would be: 88.5<br>Fis 31.4 C<br>

Extracted text: Instructions FahrenheitTocelsius.cs + 1 using System; 2 using static System.Console; Write a program named 3 class FahrenheitTocelsius FahrenheitToCelsius that accepts 4 { a temperature in Fahrenheit from static void Main() a user and converts it to Celsius by subtracting 32 from the Fahrenheit value and multiplying the result by the double 5.0/9.0. Display both values to one decimal place. For example, if 88.5 degrees is input, the output would be: 88.5 Fis 31.4 C

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here