Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a Write a JavaScript program in html to find the area of a triangle where lengths of the three of its sides are 5, 6,
a
Write a JavaScript program in html to find the area of a triangle where
lengths of the three of its sides are 5, 6, 7
b.
Write a JavaScript program in html to calculate multiplication of two
numbers (input from user)
c.
Write a JavaScript program in html to calculate division of two numbers
(input from user)
d.
Write a JavaScript program in html 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started