Sunday, November 24, 2013

Blog 21

Blog 21

1- What is wrong with this line?            var noOfcleaners = 20

2- What is wrong with this line?            var 1fan=50

3-  What does this do at then beginning of a line?         /n

4 comments:

  1. 1: there is a space between the = and the 20, no space
    2: there is no space between the fan and the =, there needs to be one
    3: puts it in the next line

    ReplyDelete
  2. 1. there shouldn't be a space between the equals and 20
    2. there should be a space between the fan and equals
    3. enters to the next line

    ReplyDelete
  3. 1. There shouldn't be a space between the = and the 20.
    2. There needs to be a space between the fan and the =.
    3. /n starts a new line.

    ReplyDelete
  4. Jonathan "Cookie Monster" ONeilNovember 25, 2013 at 11:26 AM

    1: Should capitilize C
    2: no number variables
    3: puts it at the next line

    ReplyDelete