Question: Write a script in R code to: 1. Prompt the user to input an integer and store the integer in the variable num. 2. Create

Write a script in R code to:

1. Prompt the user to input an integer and store the integer in the variable num.

2. Create a function to determine the number of digits in a number.

3. Use the function to determine how many digits are in the number and store the result in len.

4. Print The [num] has [len] digits.

Use function: nDigits < function(x)nchar(trunc(abs(x)))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!