Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Every complete statement starts with a ___________________. 2. How do you dec

ID: 643568 • Letter: 1

Question

1. Every complete statement starts with a ___________________.

2. How do you declare a variable constant _____________________________? 3. The design principle of _________________ means being able code a program. 4. Every object has its own set of values for its ___________________________ variables. 5. A variable whose value cannot be changed is declared as ______________________. 6. An uninitialized named constant is called a(n) _______________________. 7. _______________ is a type of memory that can hold data for long periods of time- even when there is no power to the computer.

Explanation / Answer

1. Every complete statement starts with a semi colon(;).

2. How do you declare a variable constant datatype variablename=value;?

3. The design principle of _________________ means being able code a program.

4. Every object has its own set of values for its class variables.

5. A variable whose value cannot be changed is declared as constant.

6. An uninitialized named constant is called a(n) blank final variable.

7. RAM is a type of memory that can hold data for long periods of time- even when there is no power to the computer.