若相同,则输出 Two lists are identical
若不相同,则输出 Two lists are not identical
当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。
如果两个数组list1和list2的内容相同,那么list1和list2是相同的。使用下面的方法头编写一个方法,如果list1和list2相同,该方法返回true:
public static boolean equal(int[] list1,int[] list2)
编写一个测试程序,提示用户输入两个整数数列,然后显示数列是否相同。下面是运行示例。
若相同,则输出 Two lists are identical
若不相同,则输出 Two lists are not identical
5 2 5 6 6 1 5 5 2 6 1 6
Two lists are identical
时间上限 | 内存上限 |
1000 MS | 128 MB |