Stream choice and admission for students (Track: Education)
Stating student's stream and admission after class 10 exam based on the marks, using simple if else ladder but an effective way to determine admission and choice of stream for a particular student.
Students often struggle to choose their stream after the board exam of class 10 and this included me too. So I built a project which most of the time can properly determine the choice of stream for a particular student based on marks.
The working is very basic. User enters his/her name and the marks obtained in particular subjects. Next, with a proper as well as intelligent use of if else ladder the program can determine the possible stream and choices he/she should apply dor.
Using STDIN and STDOUT ,lists and if -else ladder combo it is easy to build.
Yes of course there were challenges. The if-else ladder needed to be properly designed. Marks attributes were properly researched and averaged to such conditions.
Now attest the students as well as the teachers can depend on a system by which they can properly determine the stream and admission policy as ell.
Being a beginner it was bit difficult to come up with such an idea and implementing it properly.
Next, I will try to build a team at first as well as work with models on this same topic so that it can be more efficient.
Log in or sign up for Devpost to join the conversation.