summaryrefslogtreecommitdiff
path: root/992/CH7/EX7.5/ex7_5.sce
blob: 4f4ced6e68bf761dcd2756d4c7a6fc81211a9b4c (plain)
1
2
3
4
5
6
7
8
9
10

//Exa:7.5
clc;
clear;
close;
//Given:
F=6*10^6;
each=400*10^3;
n=F/each;
printf("\n total number of stations= %fstations",n);