黑马程序员技术交流社区

标题: 定一个小目标 [打印本页]

作者: 动物    时间: 2018-12-15 18:51
标题: 定一个小目标
/**
* @author Fake
* 定一个小目标
*/
public class AiMain {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        String str;
        while (true){
            str = sc.next();
            str = str.replace("吗","");
            str = str.replace("?","!");
            str = str.replace("?","!");
            System.out.println(str);
        }
    }
}




在吗?
在!
你好
你好
能听懂汉语吗?
能听懂汉语!
真的吗?
真的!




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2