attendance system | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

attendance system

You are given set of attendance records. Each lesson attendance for every student is logged. The task is to write a program that will identify the student (there is only one such student) with the conflict attendance time. The attendance has subject, student name, arrival time and time when heshe leaves the class. Hint: You may have more than one student with attendance time conflict. You are not allowed to use strcmp function for comparing times!

23rd Nov 2021, 4:29 AM
Бекзат Айдарбек
Бекзат Айдарбек - avatar
1 Answer
+ 3
Бекзат Айдарбек , before we can help you, you should show us your attempt first. if you have not done a try by yourself upto now, please do so. put your code in playground and link it here. thanks!
23rd Nov 2021, 8:11 PM
Lothar
Lothar - avatar