Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
VB Programming

Tutorial: Assessment - Easy Attendance

 

The input data file shows a student together wth the total number of attendance recorded.

att1.txt

1. Perfect Attendance


Big

Print the names of the students who have a perfect record. A perfect attendance record shows 10 events attended.

2. Bravo


Big

Show the attendance for student "Bravo" with inital "B".

3. Poor, Medium, Good


Big

For each student show the name and "poor", "medium" or "good" depending on attendance. Poor is 0,1 or 2; medium is 3 to 7, good is 8 or more.

4. Average


Big

Show the average attendance for all students.

5. Count zeroes


Big

Show the number of students who have attended 0 events.