5 Tips for the AP Computer Science A Exam
Tip 1 : Floating Point Error! If you are asked to compare doubles with either “==” or “!=” the answer is probably “Floating point error”! (demo of floating point error in Java) Tip 2 : Constructors are not inherited! The code below fails because constructors are not inherited! public class SuperClass{ } public class … Continue reading 5 Tips for the AP Computer Science A Exam →