首页
题库
网课
在线模考
桌面端
登录
搜标题
搜题干
搜选项
0
/ 200字
搜索
问答题
编制报表时,以“资产=负债+所有者权益”这一会计等式作为编制依据的会计报表时()
答案:
A.成本报表
B.现金流量表
C.资产负债表
D.利润表
正确答案:资产负债表
点击查看答案
在线练习
手机看题
你可能感兴趣的试题
问答题
使用 turtle 库绘制八角星形,效果如下图所示。阅读程序框架,补充横线处代码。
import turtle as t
t.colormode(255)
t.color(______________) #设置颜色取值为金色(255,215,0)
t.begin_fill()
for x in range(8): #绘制8条线
t.forward(200)
t.left(225)
t.end_fill()
t.hideturtle()
t.done()
答案:
255,215,0
点击查看答案
手机看题
单项选择题
( ) is used to solve the problem of name conflicts of variables,functions and classes in C++.
A.Namespace
B.Variable
C.Function
D.Object
点击查看答案
手机看题
微信扫码免费搜题