Objective
+-
+
- To learn about the meaning of operators + +
- To learn about the precedence and assosciativity of the operators + +
- To learn how to evaluate an expression by evaluating its sub expressions + + + +
From 1ddd35d0e38072932b91e6f83fb736c3a9e82056 Mon Sep 17 00:00:00 2001 From: pradeep6076 <63346256+pradeep6076@users.noreply.github.com> Date: Mon, 22 Jun 2020 19:50:33 +0530 Subject: [PATCH 1/5] spaces --- README.txt | 2 +- src/lab/exp1/Objective.html | 255 +++++----------------- src/lab/exp1/Theory.html | 330 ++++++++--------------------- src/lab/exp10/Objective.html | 258 +++++------------------ src/lab/exp10/Theory.html | 298 ++++++-------------------- src/lab/exp2/Objective.html | 258 +++++------------------ src/lab/exp2/Theory.html | 314 +++++++-------------------- src/lab/exp3/Objective.html | 258 +++++------------------ src/lab/exp3/Theory.html | 398 ++++++++++------------------------- src/lab/exp4/Objective.html | 258 +++++------------------ src/lab/exp4/Theory.html | 393 +++++++++++----------------------- src/lab/exp5/Objective.html | 257 +++++----------------- src/lab/exp5/Theory.html | 331 +++++++---------------------- src/lab/exp6/Objective.html | 257 +++++----------------- src/lab/exp6/Theory.html | 323 +++++++--------------------- src/lab/exp7/Objective.html | 257 +++++----------------- src/lab/exp7/Theory.html | 286 ++++++------------------- src/lab/exp8/Objective.html | 257 +++++----------------- src/lab/exp8/Theory.html | 278 ++++++------------------ src/lab/exp9/Objective.html | 257 +++++----------------- src/lab/exp9/Theory.html | 300 ++++++-------------------- 21 files changed, 1296 insertions(+), 4529 deletions(-) diff --git a/README.txt b/README.txt index 94344d75..8c9359c2 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Some changes need to be made to the web server configuration (in this case, Apache) in order to run the python scripts. +Some changes need to be made to the web server configuration (in this case, Apache) in order to run the python scripts. 1. Install mod python diff --git a/src/lab/exp1/Objective.html b/src/lab/exp1/Objective.html index 21e498e7..5cca27b8 100644 --- a/src/lab/exp1/Objective.html +++ b/src/lab/exp1/Objective.html @@ -1,216 +1,59 @@ - -
+ +- To learn to solve problems related to Numerical Representation using Computer Programming. -
-