summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.14/Ex1_14.sce
blob: 44ee54e9c7212845b4b4e2f074133b9716fdd126 (plain)
1
2
3
4
5
6
7
8
//Ex:1.14
clc;
clear;
close;
r=12;//in ohms
v=6;//in volts
i=(v/r);
printf("Current = %f Amp",i);