
AP Computer Science A: Beginner Level 2
7 Class Days January 23 2023 Arithmetic expressions include expressions of type int and double. The arithmetic operators Coding Challenge: Create a class called VariableChallenge Pass by reference VS Pass by value February 6th, 2023 Programming Challenge : Dog Year Compound Assignment Operators: increment operator, decrement operator February 13th, 2023 Typecasting February 20th, 2023 - No class - President's Day February 27th, 2023 Type casting is used to convert variables from one type to another. The casting operators (int) and (double) can be used to create a temporary value converted to a different data type. Casting a double value to an int causes the digits to the right of the decimal point to be truncated (cut off and thrown away). Integer values in Java: MIN_VALUE to MAX_VALUE integer overflow StackOverflowErrors Unicode vs ASCII March 6th, 2023 Complete Chapter 1, all associated tests Kahoot on Chapter 1 Begin Chapter 2: Objects 1.8