summaryrefslogtreecommitdiff
path: root/1322/CH5/EX5.10/48ex3.sce
blob: 84b5b93072ab87fa30d36b7eff38e723298bb460 (plain)
1
2
3
4
5
6
7
8
9

clear;
clc;
close;
for x=1:20
  if(3*x+4==19)
    mprintf("the number which gives 19 as result is %i",x)
  end
  end