Codewars Solution:Get the Middle Character
2020-05-21 16:05:00来源:博客园 阅读 ()
Codewars Solution:Get the Middle Character
Level 7kyu :Get the Middle Character
您将得到一个单词。
您的工作是返回单词的中间字符。
要求:
如果单词的长度是奇数,则返回中间字符。
如果单词的长度是偶数,请返回中间的2个字符。
主要方法:
length()->获取字符串长度
charAt(索引下标)->返回字符串中指定索引处的字符
1 public class MiddleCharacter { 2 3 public static String getMiddle (String word) { 4 // your code 5 int length=word.length(); 6 if(length%2==0){ 7 return word.charAt(length/2-1)+""+word.charAt(length/2);//这里空字符串要先加一次,让结果为字符串 8 } 9 return word.charAt(length/2)+""; 10 } 11 }
原文链接:https://www.cnblogs.com/mc-web/p/12930559.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- HashMap:源代码(构造方法、put、resize、get、remove、rep 2020-06-04
- class.getResourceAsStream获取结果为NULL idea配置问题 2020-05-31
- 【报错】导入项目后报错:Target runtime Apache Tomcat v7. 2020-05-25
- Codewars Solution:Two to One 2020-05-21
- java.lang.IllegalStateException: getOutputStream() has a 2020-05-08
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash