From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 659/CH2/EX2.1cs/Casestudy2_1.sce | 13 +++++++++++++ 659/CH2/EX2.1cs/Casestudy2_1_output.PNG | Bin 0 -> 11654 bytes 2 files changed, 13 insertions(+) create mode 100755 659/CH2/EX2.1cs/Casestudy2_1.sce create mode 100755 659/CH2/EX2.1cs/Casestudy2_1_output.PNG (limited to '659/CH2/EX2.1cs') diff --git a/659/CH2/EX2.1cs/Casestudy2_1.sce b/659/CH2/EX2.1cs/Casestudy2_1.sce new file mode 100755 index 000000000..b3b9fbbfc --- /dev/null +++ b/659/CH2/EX2.1cs/Casestudy2_1.sce @@ -0,0 +1,13 @@ +// Case Study:-Chapter 2 Page No.-47 +// 1.Calculation of Average of numbers + +N=10;sum1=0;count=0; //Initialization of variables +printf(" Enter ten numbers"); +while(count