Question: Create a simple JavaScript program that does the following: - Use `readline.question()` to gather a number from the user - Process that information in some
Create a simple JavaScript program that does the following: - Use `readline.question()` to gather a number from the user - Process that information in some way (math) - Use `console.log()` to display the results (with an appropriate message) Do this several times (at least 5), using different math operations each time. In your program be sure to: - Include a Header - Include descriptive comments (one comment for each **I**nput/**P**rocess/**O**utput is sufficient) - Descriptive variable names in camelCase.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
