Question: Write a MATLAB program in a script file that finds a positive integer n such that the sum of all the integers 1+2+3+...+ n is
Write a MATLAB program in a script file that finds a positive integer n such that the sum of all the integers 1+2+3+...+n is a number between 100 and 1,000 whose three digits are identical. As output, the program displays the integer n and the corresponding sum.
NOTE!!! I have not covered loops yet. I only know if-end statements and switch-case statements. I do NOT know how to do loops yet so whom ever solves this problem please use if-end and/or switch-case statements, please. Thank you. If it can only be solved through looping please explain.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
