提交 c0eab71d 编写于 作者: 麻凡_'s avatar 麻凡_

完成第二章习题

上级 b89cd478
{
"type": "code_options",
"author": "dengmengmian",
"source": "type.md",
"notebook_enable": false
}
\ No newline at end of file
# 基础数类型
以下不属于 Go 基础数据类型的是:
## 答案
数组
## 选项
### A
字符串
### B
布尔
### C
整形
{
"type": "code_options",
"author": "dengmengmian",
"source": "if.md",
"notebook_enable": false
}
\ No newline at end of file
# 循环
关于循环语句,下面说法正确的是:
## 答案
for循环支持continue和break来控制循环
## 选项
### A
关键字for的基本使用方法与C/C++中没有任何差异
### B
循环语句既支持for关键字,也支持while和do-while
### C
Go 支持三目运算简化 if 语句
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册