You are given a string representing an attendance record for a student. The record only contains the following three characters: // 'A' : Absent. // 'L' : Late. // 'P' : Present. // A student could be ...
You are given a string representing an attendance record for a student. # The record only contains the following three characters: # 'A' : Absent. # 'L' : Late. # 'P' : Present. # A student could be ...