Company: NxtWave
Difficulty: medium
Concert Attendees Analysis Write a program to analyze the attendees entering a concert. The attendees are categorized into two types: Adults (\'A\') and Children (\'B\'). The data is provided in two arrays: The first array represents the sequence of attendees entering the concert, with \'A\' denoting an Adult and \'B\' denoting a Child attendee. The second array represents the number of attendees in each group. Your task is to calculate the following statistics based on the provided arrays: The number of Adult Solo entries, which are individual adults entering the concert without accompanying children. The number of children\'s party groups, defined as groups consisting of at least 3 children and no adults. The number of families attending, where a family is defined as a group of 3 or 4 people that includes at least one adult and one child. Input Format The first line contains an integer representing the size of array Attendees The second line contains an array representing the Attende