Question: Debug this function that converts megabytes to gigabytes - what's the issue? mb _ to _ gb = function ( x ) { return (
Debug this function that converts megabytes to gigabytes what's the issue?
mbtogb functionx
returnmb
Debug this function that converts megabytes to gigabytes what's the issue?
mbtogb functionx
returnmb
The formula to convert mb to gb is megabytes not megabytes
R cannot return an expression from a function it must be an object.
The assignment operator was used to create the function rather than
The input is x but the function references an object called mb
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
