Student Attendance Record I Problem

Student Attendance Record I Problem — ExecCode Easy DSA Practice

Solve the Student Attendance Record I problem on ExecCode. Free online easy DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.

Description You are given a string s representing an attendance record for a student where each character signifies whether the student was absent, late, or present on that day. The record only contains the following three characters: 'A': Absent. 'L': Late. 'P': Present. The st…

Practice Student Attendance Record I free on ExecCode. Browse more ExecCode DSA problems.