Competitive-Programming-questions icon indicating copy to clipboard operation
Competitive-Programming-questions copied to clipboard

Create Student.md

Open sunidhi-ux opened this issue 5 years ago • 0 comments

Creating a class as Student. Write a program in Java to display the names and roll numbers of students. Create an array of 10 students and initialize the array with user input. Handle ArrayIndexOutOfBoundsExeption, so that any such problem doesn’t cause illegal termination of the program. Read a character from the user and display the student names starting with the given character.

sunidhi-ux avatar Nov 01 '20 01:11 sunidhi-ux