Answer the following statements true (T) or false (F)

1) Syntax errors cause a program to fail and terminate prematurely.
2) Variables that store totals should generally be initialized to zero before
being used in a program.
3) A variable used only within a repetition statement should be declared
within the statement.
4) int division may yield a non-int result.

1) F
2) T
3) F
4) F

Computer Science & Information Technology

You might also like to view...

 Before beginning to design the user interface, the developer should know how to use certain Visual Studio and Visual Basic RAD tools in the design process.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When a visitor places the mouse pointer over a hotspot, the mouse pointer changes to an I-beam pointer, as shown in the accompanying figure.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology