Student/TA Ratio in a Class

Specification


The program may run as follows:
============
This program calculates the average TA time shared by students.
Please input the number of students, and TAs, separated by a comma(,) --  40,2
In average, each TA can spend 7.5 minutes on a student.

============
This program calculates the average TA time shared by students.
Please input the number of students, and TAs, separated by a comma(,) --  30,2
In average, each TA can spend 10.0 minutes on a student.

============
This program calculates the average TA time shared by students.
Please input the number of students, and TAs, separated by a comma(,) --  30, 4
In average, each TA can spend 20.0 minutes on a student.