题目是这样的:【字谜游戏】编写一个程序,需要程序里包含一种method,然后程序需要检查两个英文单词是否是字谜。两个词是字谜是否含有任何顺序相同的字母。{例如,输入“slient”和“listen”两个单词后程序system.out.println出来它们是字谜。}另外还有要求就是method的开头必须要这样:public static boolean isAnagram(String s1, String s2) 这个程序只接受2个单词,输出结果需要显示这两个单词是否是字谜或者是不是。 因为小人实在不会,希望哪位好心人帮助我。跪谢了!下面是英文原题:(Anagrams) Write a program that contains a method that checks whether two words are anagrams. Two words are anagrams if they contain the same letters in any order. For example, "slient" and "listen" are anagrams. The header of the method is as follows: public static boolean isAnagram(String s1, String s2)The program will accept 2 words from the user and display if the pair of words are anagrams or otherwise.
字谜:东海有条鱼,没头又没尾,抽出脊梁骨,就是这个字,这个字谜是根据什么...
王吉甫不直接说出谜底,而用另一则谜去解:“东海有一鱼,无头亦无尾,更除脊梁骨,便是这个谜。”两位虽然所用制谜手法不同,所猜射的谜底均为“日”字。 王安石是以事物谜的方法制谜,即事物的存在方式和运行规律进行制谜;而王吉甫的制谜方法是纯粹的灯谜制作方法,即以汉字的结构特点来编制。东海有条鱼没头...