import javautil;
public class Charge{
public static void main (String[] args) {
Scanner s = new Scanner(Systemin);
while(true){
Systemoutprint("请输入应付金额:");
float a=snextFloat();
Systemoutprint("请输入实付金额:");
float b=snextFloat();
if(a<b)Systemoutprintln("应找零钱"+(b-a)+"元");
else if(a>b)Systemoutprintln("欠付金额"+(a-b)+"元");
else Systemoutprintln("付款正好");
}
}
}
在控制台上输入输出,用回车分隔输入;
import javaio;
public class InputDemo {
public InputDemo() {
}
public static void main(String[] args) throws IOException {
BufferedReader br=new BufferedReader(new InputStreamReader(Systemin));
char c;
String str="",strtemp;
do{
c=(char)brread();
strtemp=brreadLine();//去掉多余的输入
str+=c;
}while(c!='#');
char[] ch=strtoCharArray();
for(int i=0;i<chlength;i++)//比较逆序
for(int j=i+1;j<chlength;j++){
if(ch[i]<ch[j]){
char temp=ch[i];
ch[i]=ch[j];
ch[j]=temp;
}
}
Systemoutprintln("min is: "+ch[chlength-2]);
}
}
本人也是新手!有不对的地方请大家批评指正
这是个有窗体的 时间关系没有调试 有点困了
import javaio;
import javaawt;
import javaawtevent;
import javaxswing;
public class InputDemo {
char char1
public InputDemo(char char1) {
thischar1=char1;
JFrame g=new JFrame("输出字框");
Container con=ggetContentPane();
Label h=new Label(char1);
conadd(h);
gsetLayout(new FlowLayout());
gsetSize(500,200);
hsetLocation(20,100);
hsetVisible(true);
gsetVisible(true);
gaddWindowListener(new WindowAdapter()
{public void windowClosing(WindowEvent e)
{Systemexit(0);}});
}
public static void main(String[] args) throws IOException {
BufferedReader br=new BufferedReader(new InputStreamReader(Systemin));
char c;
String str="",strtemp;
Systemoutprintln("请输入字母(分隔用会车)");
do{
c=(char)brread();
strtemp=brreadLine();//去掉多余的输入
str+=c;
}while(c!='#');
char[] ch=strtoCharArray();
for(int i=0;i<chlength;i++)//比较逆序
for(int j=i+1;j<chlength;j++){
if(ch[i]<ch[j]){
char temp=ch[i];
ch[i]=ch[j];
ch[j]=temp;
}
}
Systemoutprintln("min is: "+ch[chlength-2]);
InputDemo id=new InputDemo(ch[chlength-2]);
}
}
以上就是关于编写一个简单的JAVA APPLICATION程序全部的内容,包括:编写一个简单的JAVA APPLICATION程序、编写初级JAVA Application程序、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)