First excise
Write a console spplicstion to get student name and 3 marks in any subjects and calculate total average,
result , grade fro 5 student
Avg/grade
>85 =A
75 to 85=B
65 to 75 = C
50 to 65 = D
< 50 = U
Function
Without arguments function
Submain()
Call add()
Console.readline()
End sub
Public function add()
Return(0)
End fuction
Write a function to find avarege of & subject and passs the value through main function
Swaping conept
The out put is