填空题
某二叉树中度为2的结点有18个,则该二叉树中有 _________个叶子结点。
【参考答案】
S
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
在E盘当前目录文件夹下建立一个名为“Student.txt’’’的顺序文件,要求用InputBox函数输入5个学生的姓名(StuName)、年级(StuGrade)和年龄(StuAge)。Private Sub Form _ Click( )【 】 For i=1 To 5StuName=InputBox( 请输入姓名 )StuGrade=InputBox( 请输入年级号 )StuAge=InputBox( 请输入年龄 )【 】 Next i 【 】 End Sub
点击查看答案&解析
填空题
在E盘当前目录文件夹下建立一个名为“Student.txt’’’的顺序文件,要求用InputBox函数输入5个学生的姓名(StuName)、年级(StuGrade)和年龄(StuAge)。Private Sub Form _ Click( )【 】 For i=1 To 5StuName=InputBox( 请输入姓名 )StuGrade=InputBox( 请输入年级号 )StuAge=InputBox( 请输入年龄 )【 】 Next i 【 】 End Sub
点击查看答案&解析
相关试题
在窗体上画 1 个文本框,名称为 Text1...