Question: a)Write a JavaScript program to find the area of a triangle where lengths of the three of its sides are 5, 6, 7 b. Write
a)Write a JavaScript program to find the area of a triangle where
lengths of the three of its sides are 5, 6, 7
b.
Write a JavaScript program to calculate multiplication of two
numbers (input from user)
c.
Write a JavaScript program to calculate division of two numbers
(input from user)
d.
Write a JavaScript program to convert temperatures to and from
celsius, Fahrenheit.
Formula : c/5 = (f-32)/9
where c = temperature in Celsius and f = temperature in Fahrenheit
Expected Output
:
60C is 140 F
45F is 7.222222222222222C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
