+ 2
Is this a question related to programming? If yes pls be descriptive
18th Oct 2021, 12:58 PM
Atul [Inactive]
+ 1
First, get inputs from the user. Then store it in a container(like arrays or ArrayLists). Simple =)
18th Oct 2021, 4:14 PM
Rishi
Rishi - avatar
+ 1
Mukuka Mukuka you can take whichever langauge you want depending upon the type of platform. If you are making it so to run on a web browser then learn HTML/JavaScript. If you are making it for WINDOWS then learn languages like, java, python,etc. Your very first step towards your goal must be successfully learning a language. Then, learn about implementing GUI/Graphical User Interface with the selected language. You will find plenty of tutorials/documentations about this on Google/YouTube.
19th Oct 2021, 7:18 AM
Bhaveshsingh Pawar
Bhaveshsingh Pawar - avatar
+ 1
Create a form in HTML Validate in JavaScript Style in CSS Call a server-side page using JSP Check whether students is existing or not If existing raise warning message or exception message If he /she is new insert new student data into the database and navigate to the homepage and say student-created successfully using pop-ups
19th Oct 2021, 11:05 AM
sree harsha
sree harsha - avatar
0
create class Student, array of Student objects, data input system, some metods to get, set and modify data, data output, also sort and search, or filtering, calculate
18th Oct 2021, 6:44 PM
zemiak
0
Can you give us some more information about what functionality you need?
18th Oct 2021, 10:05 PM
Simon Sauter
Simon Sauter - avatar
0
Mukuka Mukuka whichever you're comfortable with
19th Oct 2021, 2:58 AM
Rishi
Rishi - avatar