ITEC 120 Quiz 1
Name:
- Describe briefly what the following Java statement does?
String s1;
- Describe briefly what the following Java statement does?
s1 = "Hello";
- Describe briefly how you detect syntax errors in a Java program?
- Describe briefly how you detect logic errors in a Java program?
- In class we discussed
five fundamental capabilities of a computer.
List four of those five.
-
-
-
-