1 2 3 4 5 6 7 8 9 10
clear; clc; close; for n=1:60 if(3*(2*n-5)+4==55) mprintf("the value of n is %i \n",n) break end end