summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.19/Ex1_19.sce
blob: a9ae099d4384a5a458675d93336235f5b98a26ba (plain)
1
2
3
4
5
6
7
8
//Ex:1.19
clc;
clear;
close;
v=3;//in volts
i=1.5;//in amperes
p=v*i;
printf("Power supplied = %f watts",p);