Question: Make a program using the javascript that takes a radius as input. Using these input, solve for the circumference and print it on the next
Make a program using the javascript that takes a radius as input. Using these input, solve for the circumference and print it on the next line. Assume PI is 3.14.
Input
1. One line containing an integer value for the radius
Output
Circumference (2 * 3.14 * radius)
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
const readline requirereadline const rl readlinecreateInterface i... View full answer
Get step-by-step solutions from verified subject matter experts
