Last active
June 21, 2017 17:32
-
-
Save kumarRaj/434f76b8f343ad94067c90207044212b to your computer and use it in GitHub Desktop.
Java Basic Questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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