Problem Description

Note that you must return a float, not an int. Print the student name, followed by the average (a floating point number displayed with one decimal place) followed by the scores. Each name should be left-aligned in a 10-column field. The average should be displayed right-aligned in a 6-column field with one decimal place. ................
................