由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 问几个菜问题2
相关主题
问几个菜问题java str.replaceAll("\n", "") doesn't work
新手一问rock paper scissor 求教
如何显示密码窗口,然后等待正确输入后继续How to redirect standard input in java
java applet启动花很多时间怎么回事?how to change the input mode?
How you guys debug applet?One simple question!
Re: 请教一个问题...ask a question about C
What does this mean?expression in unicode
Eclipse不能保存UTF-8文件?No decent way for input password from command line.
相关话题的讨论汇总
话题: number话题: input话题: student话题: methods话题: solve
进入Java版参与讨论
1 (共1页)
p******m
发帖数: 65
1
Question 2
Write a complete Java program that will prompt the user to enter: 1) a stude
nt name, and 2) a student number. After inputting the data, the program shou
ld calculate and output the number of odd digits in the student number. Som
e details:
Input: Input the name and student number via JOptionPane.
Do not use charAt() in your solution: Although string methods could be used
to solve this problem, our class has not yet covered string methods, and we
want you to solve this problem usin
1 (共1页)
进入Java版参与讨论
相关主题
No decent way for input password from command line.How you guys debug applet?
请教一个问题Re: 请教一个问题...
Thread对应的input和output问题What does this mean?
请教 java 编程上的一个问题Eclipse不能保存UTF-8文件?
问几个菜问题java str.replaceAll("\n", "") doesn't work
新手一问rock paper scissor 求教
如何显示密码窗口,然后等待正确输入后继续How to redirect standard input in java
java applet启动花很多时间怎么回事?how to change the input mode?
相关话题的讨论汇总
话题: number话题: input话题: student话题: methods话题: solve