[填空题] 下面一段程序定义了一个名字为“books”的记录,其4个域的域名及数据类型如下:域名 数据类型 数据长度title 字符型 40 author 字符型 20price 单精度实型 10请将下面 【11】 补充完整。Type books title As String*40 author As string*20 Price 【11】 End Type
[填空题] 下面一段程序定义了一个名字为“books”的记录,其4个域的域名及数据类型如下:域名 数据类型 数据长度title 字符型 40 author 字符型 20price 单精度实型 10请将下面 【11】 补充完整。Type books title As String*40 author As string*20 Price 【11】 End Type
As Integer
考查Visual Basic的基本数据类型以及如何定义一个Type记录类型数据。本题用Type定义数据类型books,books含有三个不同的数据类型。根据题意,price赋以单精度实型,应以Integer表达,故[11]处填:AsInteger。
VIP截止日期:2025-01-02 00:15:03
←请使用支付宝扫码支付VIP截止日期:2025-01-02 00:15:03
←请使用微信扫码支付