Recent posts

Check whether the input number(entered by user) is positive or negative
Online store
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
Load More That is All