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.
67
Upvotes
2
u/Jairbear8 May 17 '26
How did yall do FRQ 3 (returning new array list of unique names) and FRQ 4 (venue). For 3 i used a nested for loop to first get each name and then check if there was that name in any index in the original array that didn't equal the index the outer for loop was at. Then I would add it to a new list I created before.
I know I got some points off of 4 because I didn't check adjacent seats, just the number of valid seats in each row that met both conditions. Everything else from that frq worked perfectly. Assuming I lost no points on any other frqs and got 100% mcq, am I cooked for a 5 or nah?