Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need to convert to a SciLab program, not MatLab 4. Please use while-loop, dispO, inputo, for -loop, mprintf) to write a Scilab program. Your program
need to convert to a SciLab program, not MatLab
4. Please use while-loop, dispO, inputo, for -loop, mprintf) to write a Scilab program. Your program validates a users input by using a while - loop. Only a valid input allows exiting this validation while- loop, and proceeds to calculate and display the results. The program asks a user to enter the total amount of money at the beginning of a year, then it will calculate and display the interest rates, amount earned, and the total amount at the end of the year. The interest rates are from 1%-0.01 to 10% 0.1 with step size 1% 001. Please enter the total money you have: 1000 Rate Earned Total 0:01 0.02 0.03 0:04 o.os 0.06 0:07 0.08 0.09 10.00 20.00 30.00 40.00 50:00 60 00 70.00 1010.00 1020.00 1030.00 1040.00 1050.00 106000 1070.00 1080.00 1090.00 1100.00 90 00 100 00 Execution doneStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started