summaryrefslogtreecommitdiff
path: root/3769/CH29/EX29.9/Ex29_9.sce
blob: b9629795bfd952426363ead7fdab601d2c96d696 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
F=10**10                //Hz
D=8*10**3               //Hz

//Calculation
B=2/100.0*10**10
C=B/D

//Result
printf("\n No. of telephones channels are %0.3f  10**4",C*10**-4)