import java.io.IOException
import java.io.InputStreamReader
public class Danci {
public static void main(String[] args){
String str = new String()
System.out.print("请输入一个英文句子:")
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in))//获取键盘输入
str = br.readLine()
}catch(IOException e){
e.printStackTrace()
}
String []s = str.split(" ")//转换成数组
System.out.println("你输入的句子共有单词 "+s.length+" 个")//s.length获取数组长度
}
}
//此程序只能获取一句话的单词个数.
美[_pr___ɡr_m],英[_pr__ɡr_m],n.节目计划【计】程序课程(表)v.编写程序为?制定计划使?按安排进行网络释义:程式。(computing计)程序;编码指令。
asetofinstructionsincodethatcontroltheoperationsorfunctionsofacomputer。
Loadtheprogramintothecomputer.把程序输入电脑。一站式出国留学攻略 http://www.offercoming.com
continue:vi.继续,延续,依旧,连续vt.继续说…;使…继续;使…延长(过去式continued,过去分词同过去式,现在分词continuing)
program:n.程序;计划;大纲
vt.用程序指令;为…制定计划;为…安排节目
vi.编程序;安排节目;设计电脑程式(过去式programmed或programed,过去分词同过去式,现在分词programming或programing)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)