Lab 1

This lab explains and shows what kind of process each source code is process.

 

Exercise 2

5

x = 5

x + 1

Exercise 3

width = 17

height = 12.0

delimiter = ‘.’

  1. width/2
  2. width/2.0
  3. height/3
  4. 1 + 2 * 5
  5. delimiter * 5