Thanks a lot



1. index.jsp
Three input fields “Student Name”, “Student ID” and “Marks in CS506” and one submit button.
2. result.jsp
This page will show the result back to user. If marks entered in the index.jsp are greater than 40 then it should print student name, student ID and a message “Congratulation you have passed” and if marks are lesser than 40 then this will show the student name, student ID and one message “Oops you failed”.


