How to write a Variable Description for any Program: Variable Description is written in a table format which consists of three columns in the table.…
Read moreWrite 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 Answers: im…
Read moreA class Admission numbers of 100 students . Some of the data members / member function are given below : Class name : admission Data members /Insta…
Read moreThe encryption of letters are to be done as follows : A=1 B=2 C=3…….. Z=26 The potential of a word is found by adding the encrypted value of the…
Read moreW rite 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…
Read moreWrite a program in java to input a number and check whether it is an evil number or not. Evil Number : Binary equivalent of 9 is 1001, ehich contains…
Read moreWrite in java to input a number and check whether it is a pronic number or HETEROMERIC NUMBER OR NOT . PRONIC NUMBER : A pronic number , oblong…
Read moreGIVEN A SQUARE MATRIX [][] OF ORDER “N”IS 10 . Accept three different characters from the keyword and fill the array according to the instruction giv…
Read moreAccept a paragraph of sentences that are terminated by either ‘.’(FULL STOP) , ‘!’(exclamation mark) or a ‘?’(question mark). ASSUME THAT THERE CAN B…
Read more