Question: 1. Write an R function to take input from the user (name and age). If the age is between 0 and 100, print the
1. Write an R function to take input from the user (name and age). If the age is between 0 and 100, print the name and age. Otherwise, print an error message The age is impossible!" 2. Call the function using the following name and age: "Mickey", 90 "Akasha", 6000 3. Click "Run" to execute the code and click "Mark" to submit it. If your result doesn't pass, revise the code based on the feedback, run and submit it again. 1 myfun
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
