summaryrefslogtreecommitdiff
path: root/1322/CH5/EX5.13/49ex3.sce
blob: b313b122f79dce510d2828d71515a797b9da9a3f (plain)
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