Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Student.md #253

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create Student.md #253

wants to merge 2 commits into from

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