summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.9/10Ex9.sce
blob: 550e8143360f87af45f7a3ead40b42892d3885e5 (plain)
1
2
3
4
5
6
7
8
//chapter 10 Ex 9

clc;
clear;
close;
per=0.08; reject=2;
meter= reject/(0.08/100);
mprintf("The inspector will examine %d meter",meter);