4 7 16 16 12
4 7 16 16 12
double 点数
double 点数
double
double
int 年龄
int 计数器
double 平均数
double 身高
int 总和
double 温度
writeline writeline writeline writeline writeline输出语句
创建变量
/t和/n的作用
编程语言是工具,软件是产品
相当于
汉语是工具,文学作品是产品
default
exception
11
a+b
3+8
a+b38
a+b11
int[] arr=[50,27,13,40,9,35];
for(int j=0;j<arr.length-1;j++){
for(int i=0;i<arr.length-1-j;i++){
}
}
==不能直接应用于char或者string类型,需要用判断另一头需要用单引号'',而不是双引号
1.3、6对
2.\n换行
\t水平制表符,空两格
\\代表一个\
第3个正确
3.
打印:Console.writeline("");
\n=换行
\t=指示符
int=整数
double=浮点数
char=字符
\n=换行
\t=转义字符
ctrl+k+c=注释
ctrl+k+n=取消注释
temperature
console
1.f
2.f
3.t
4.f
5.f
6t
3
c
无限定义是可以的吗?
递归:
调用自身时