作业1
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了作业1相关的知识,希望对你有一定的参考价值。
1.2
public class welcome
{
public static void main(String[] args){
System.out.println("Welcome to java!");
System.out.println("Welcome to java!");
System.out.println("Welcome to java!");
System.out.println("Welcome to java!");
System.out.println("Welcome to java!");}
}
1.8
public
class
Main {
public
static
void
main(String args[]) {
Scanner sc =
new
Scanner(System.in);
System.out.print(
"半径为5.5"
);
int
r = sc.nextInt();
sc.close();
double
s = Math.PI * 5.5 * r;
double
c = Math.PI * 5.5 *
2
;
System.out.println(
"圆的面积:"
+ s +
",圆的周长:"
+ c);
}
}
1.12
public double getAvg(double time,double len){
double hour = time/60;
double _len = len/1.6;
double avg = _len/hour;
return avg;
}
以上是关于作业1的主要内容,如果未能解决你的问题,请参考以下文章
HTML5期末大作业:餐饮美食网站设计——咖啡(10页) HTML+CSS+JavaScript 学生DW网页设计作业成品 web课程设计网页规划与设计 咖啡网页设计 美食餐饮网页设计...(代码片段