Boolean Logic
public
What is the Access Level?
What is wrong with this code snippet?
public class AdderUpper{
public void add(int firstNum, int secondNum){
return firstNum + secondNum;
}
}
What is a return with void?
BubbleSort or HelloWorld
What are class names?
What is a function (filer) of object?
Capital Letters
What is the first letter of a class name?