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

1 Expert Approved Answer
Step: 1 Unlock

const readline requirereadline const rl readlinecreateInterface i... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Operating System Questions!