#welcome

本程序找出字符串数组 String[] arr = {“welcome”, “china”, “hi”, “congratulation”, “great”} 中的长度最大的元素,并打印输出。

 /***Homework14**@Description:本程序找出字符串数组String[]arr={“welcome”,“china”,“hi”,*“congratulation”,“great&...