个人通知存款按存款人提前通知的期限长短划分为()两个品种。
A、一天
B、五天
C、七天
D、一个月
参考答案:A, C
Fill in the blanks. 用所给单词的正确形式填空。
1. Jenny has some (flag) in her hand.
2. We are (make) cookies now.
3. I'll be (early) for the class.
4. How many (month) are there in a year ?
5. It will be (cloud) in the afternoon.
在窗体上画一个命令按钮,其名称为Commandl,然后编写如下程序: Function a(x As Integer, y As Integer) As Integer a = IIf(x > y, x, y) End Function Private Sub Command1_Click() Dim n As Integer, m As Integer n = 10 m = 20 Print a(n, m) End Sub程序运行后,单击命令按钮,输出结果是______。