Temperature converter | Computer Science homework help

Temperature converter | Computer Science homework help

  
Temperature ConverterObjectiveTo practice using JavaScript expressions, controlstructures, and operatorsInstructionsFor this lab you will need to create a javascript script which will prompt a userto enter a temperature in either Fahrenheit or Celsius. Your script will thenneed to determine which type of temperature was entered and then convert thetemperature to the other units and display that converted temperature for theuser.When the user is prompted to enter a temperature with a prompt() statementthe user should be told to enter the units following the temperature as either For C (for example 98.6F). Your program will then need to determine which wasentered. If the user neglects to specify a unit, an error can be displayed inplace of the converted temperature.To perform the conversion from Celsius to Fahrenheit: Multiply the Celsius temperature time 1.8 and add 32(F = C * 1.8 + 32)To perform the conversion from Fahrenheit to Celsius: Subtract 32 from the Fahrenheit temperature and then Multiply times .55(C = (F – 32) * .55)

Temperature converter | Computer Science homework help

ad:  Delta 8 online | THC Online | Buy hemp online | THC Carts | Delta 8 Carts | THCO Carts | HQD Vape | Fume Vape | Fume Extra | Fume Unlimited | HQD Cuvie | HQD Cuvie plus | zero Nic Disposable Vapes | Fume Infinity | Fume Ultra | FoodGod | Supreme Vape 

  
Temperature ConverterObjectiveTo practice using JavaScript expressions, controlstructures, and operatorsInstructionsFor this lab you will need to create a javascript script which will prompt a userto enter a temperature in either Fahrenheit or Celsius. Your script will thenneed to determine which type of temperature was entered and then convert thetemperature to the other units and display that converted temperature for theuser.When the user is prompted to enter a temperature with a prompt() statementthe user should be told to enter the units following the temperature as either For C (for example 98.6F). Your program will then need to determine which wasentered. If the user neglects to specify a unit, an error can be displayed inplace of the converted temperature.To perform the conversion from Celsius to Fahrenheit: Multiply the Celsius temperature time 1.8 and add 32(F = C * 1.8 + 32)To perform the conversion from Fahrenheit to Celsius: Subtract 32 from the Fahrenheit temperature and then Multiply times .55(C = (F – 32) * .55)

Leave a Comment

Your email address will not be published. Required fields are marked *