Showing posts with the label javaprogrammingShow all
How to write a Variable Description for any Program
Write a program in java to input a 2D matrix and check it whether it is scalar or not. The matrix is :   5 0 0 0  0 5 0 0   0 0 5 0   0 0 0 5
The potential of a word is found by adding the encrypted value of the letters The encryption of letters are to be done as follows :  A=1  B=2  C=3……..
Write in java to input a word and print its anagrams.  NOTE- Anagrams are words made up of all characters present in the original word by rearranging the characters
Write a program in java to input a number and check whether it is an evil number or not.
Write in java to input a number and check whether it is a  pronic  number  or HETEROMERIC NUMBER OR NOT .
GIVEN A SQUARE MATRIX [][] OF ORDER “N”IS 10 . Accept three different characters from the keyword and fill the array according to the instruction given below.
Accept a paragraph of sentences that are terminated by either ‘.’(FULL STOP) , ‘!’(exclamation mark) or a ‘?’(question mark).
That is All