Skip to content

Conversation

sunidhi-ux
Copy link

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.

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.
Prints "FizzBuzz " if the number is divisible by 15 ,"Fizz" if it's divisible by 3 and "Buzz" if it's divisible by 5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants