Computer Science, asked by tejaswaroopbattula, 6 months ago

Please give me a bluej question program to answer please give me a tough one​

Answers

Answered by farhaanaarif84
0

Answer:

For other languages, you will have to make your own translation. All labels, menus and dialogues have to be translated. We are looking for volunteers to do that. Here is how.

In the lib directory, you will find subdirectories named "english", "german" and "swedish" and so on. These contain all the language dependent texts. Create a new directory for the language you want. Let's say you want to make a language setting for Elvish. In that case, make a directory named "elvish". Then copy all the files out of one of the other language directories into your new language directory. They are all text files. Edit each of those files and translate all the texts in them to Elvish (keeping the format of the files as it is), then run the "native2ascii" utility that comes with the JDK to convert the files to the correct format. Once you have done that, you can switch the Elvish language setting on as described above, using the property setting:

Answered by Puneeth555
5

Answer:

Write a program to print the anagram of a string of any length.

Explanation:

anagram means  if a word is given of any length it must be converted to many forms like if a word " MAN " is given

Output must be like this :-  

MAN  

MNA  

NAM  

NMA  

AMN  

ANM

plz mark it as brainliest

Similar questions