1. Write a program to calculate the average score for a student. The class has three hands-on test (30%), two assignments (20%) and a final exam (50%). The maximum score for all test, assignment and exam is 100 points.
* Use brainstorming technique to identify the input, process and output.
Hints : Use appropriate format specifier to print floating point number for average.