summaryrefslogtreecommitdiff
path: root/98/CH4/EX4.1/example4_1.sce
blob: 4963d4b15cfb4ee379748a4009bf3c4be1da057d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 4
//Example 4_1
//Page 74

clear;clc;

p=90000;
n=20;
s=10000;

adc=(p-s)/n;
printf("Annual depreciation charge = Rs. %.0f \n\n ", adc);