第一次JAVA作业(ZLY)
package org.westos.www;
/*
1.給定一個年份,判斷是否是閏年。
A:能被4整除,并且不能被100整除
或者
B:能被400整除。
*/
import java.util.Scanner;
public class Runnian
{
?public static void main(String[] args)
?{
??Scanner scan=new Scanner(System.in);
??System.out.println("請輸入年份:");
??int x=scan.nextInt();
??if(x%4==0&&x%100!=0)
??{
???System.out.println("今年是閏年");
??}
??else if(x%400==0)
??{
???System.out.println("今年是閏年");
??}
?}
}
package org.westos.www;
public class chicken
{
?public static void main(String[] args)
?{
??for(int x=1;x<100;x++)
??{
???for(int y=1;y<100-x;y++)
???{
????int z=100-x-y;
????if(5*x+3*y+1/3*z==100 && x+y+z==100)
????{
?????System.out.println("小雞 =" + x);
?????System.out.println("母雞 =" + y);
?????System.out.println("公雞 =" + z);
?????System.out.println();
?????
????}
???}
??}
??
??
??
???
?}
}
package org.westos.www;
public class twoadd
{
?public static void main(String[] args)
?{?/*
??int i=0,sum=0;
??int count=0;
??while(count<5)
??{
???count++;
???i=i*10+2;
???sum+=i;
??}
??
?System.out.println("sum="+sum);
?*/
??int i=0,sum=0;
??for(int n=1;n<=5;n++)
??{
???i=i*10+2;
???sum+=i;
??}
??System.out.println("sum="+sum);
?
?
?}
}
轉載于:https://blog.51cto.com/13502303/2045452
總結
以上是生活随笔為你收集整理的第一次JAVA作业(ZLY)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【JY】STKO助力OpenSEES系列
- 下一篇: 服务器打开网页图片显示红x,cacti无