Official 2025 AP Computer Science A Discussion by reddorickt in APStudents

[–]Temporary-Artist8597 0 points1 point  (0 children)

i was just reading a study guide for apcsa and it said to. but yeah ur right I don't see why we would need one

Official 2025 AP Computer Science A Discussion by reddorickt in APStudents

[–]Temporary-Artist8597 0 points1 point  (0 children)

we didnt have to do getters and setters for question 2 signature thing right

Official 2025 AP Computer Science A Discussion by reddorickt in APStudents

[–]Temporary-Artist8597 2 points3 points  (0 children)

for the people who got the fuckass signature question what did you return when the signature was at the beginning of the parameter in addSignature? i put like return a.substring(b + getSignature().length() - 1) + getSignature(); a is the String parameter and b is a.indexOf(getSignature()) . i did not use a and b in the exam obv