Question: Solve using R programming language Produce a function that takes in the depth and width of a reinforced concrete beam, then evaluate if the depth
Produce a function that takes in the depth and width of a reinforced concrete beam, then evaluate if the depth to width ratio falls between 1.5 to 2. The function must return a logical value TRUE or FALSE depending on the correct analysis. Your code must: be preceded by the pseudocode only use the R base library (no external packages) consist of appropriate control structure(s) provide correctly defined function(s) be fully commented run without error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
