Shell Script To Generate Mark Sheet Of A Student

GTU OS Practical- 2 Write a shell script to generate marksheet of a student. Take 3 subjects, calculate and display total marks, percentage and Class obtained by the student echo “*****************” echo “Student Marksheet” echo “*****************” echo “Enter Operating System Marks:” read os echo “Enater C++ Marks:” read cpp echo “Enater Java Marks:” read java […]