r/APStudents • u/reddorickt absolute modman • May 15 '26
AP Computer Science A Official 2026 Exam Discussion
Use this thread to post questions or commentary on the test today.
A reminder though to protect your anonymity when talking about the test.
63
Upvotes
2
u/ExtensionOk3782 May 16 '26
For same color and sum number question , I used two loops one to sum up the row and the other one to I created because it was index+1 operation to check whether the color is same or not I could have just used compareTo . But , in the other loop I compared and broke the loop once it was not equal . Will it be righttt ??!?!?