integer: 955421

float: 1542.2232235

string: This is a string.

5.3

This is a test of defining constants.

Testing pre-defined constants.


This file is /home/firewire/dcccdTest.firewireworks.com/chapter5.php
I am using 34
I am using 7.4.33
This test is being run on Linux



5.5

Original value is 100
Original value, now it's 125
Original value, now it's 113
Final answer: 113 chickens

5.7

Using Arithmetic Operators

Original value of $a is 85 and $b is 24

Added $a and $b and got 109

Subtracted $a and $b and got 61

Multiplied $a and $b and got 2040

Divided $a and $b and got 3.5416666666667

The modulus of $a and $b and got 13

5.9

Using Comparison Operators

Original value of $a is 21 and $b is 15

TEST 1: $a is not equal to $b

TEST 2: $a is greater than $b

TEST 3: $a is not less than $b

TEST 4: $a is greater than or equal to $b

TEST 5: $a is not less than or equal to $b

5.10

Using Logical Operators

TEST 1: It's really hot!

TEST 2: It's bearable.