Answer the following statements true (T) or false (F)
1. When declaring a variable that will refer to a submarine, a good name for the variable is sub.
2. The function Int will always round mixed numbers down to the next lowest integer.
3. Round(dblNum, 2) rounds the value of dblNum to two decimal places.
4. When using the equal sign to assign values, the variable on the left hand side of the equal
sign will always receive the value.
5. The variables firstName and firstNAME are identical.
1. False
2. True
3. True
4. True
5. True
Computer Science & Information Technology