Display the length of name of students incremented by 1 and marks of students rounded to nearest multiple of 10 less than or equal to marks. Set the headers for two columns as incremented_length
and rounded_marks
respectively.
Marks rounded to nearest multiple of 10 less than or equal to marks can be calculated by marks/10
.