Question: I'm currently trying to create two scripts for the two problems and I don't exactly know how to fix the first one. (20 pts) -

I'm currently trying to create two scripts for the two problems and I don't exactly know how to fix the first one.
(20 pts) - iotrace.m: Copy the script on the right and fix the errors to produce the output on the left. Include a comment at the beginning of the script. >> iotrace Please enter a number: 33 Please enter a number: 32 Your number 13 33.00 Your number is 321 >> input('Please enter a number: ); input (Please enter a number: '). fprintf("Your number is $f', x) fprintf ("Your number is $f!') . (20 pts) rectangle.m: Create a script that will compute the area and perimeter of a rectangle. Make sure you comment your script and use descriptive variable names. SAMPLE OUTPUT Enter rectangle length: 5 Enter rectangle width: 2.5 Rectangle area = 12,50 Rectangle perimeter = 15.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
