Skip to content

Instantly share code, notes, and snippets.

@kumarRaj
Last active June 21, 2017 17:32
Show Gist options
  • Save kumarRaj/434f76b8f343ad94067c90207044212b to your computer and use it in GitHub Desktop.
Save kumarRaj/434f76b8f343ad94067c90207044212b to your computer and use it in GitHub Desktop.
Java Basic Questions
Easy
Write a program to print tables of a number.
Write a program to search a number in array.
Find sum of numbers in an array.
Write a program to reverse a number.
Write a program to sort an array.
Count number of words in given strings.
Print fibonacci series.
Check if number is prime or not?
Program to Check Whether a Character is an Alphabet or not
Program to Display Characters from A to Z Using Loop
Program to Check Leap Year
Moderate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment