7、 c、4 D、6 17、在var下说明数组变量,下列说明正确的是( ) A、a:array[100..1] of real; B、a:array[1.5..10.5] of real; C、a:array[’B’..’a’] of real; D、a:array[1..sqrt(5)] of real; 18、x初值为-1,下列语句描述:若ch是大写字母,则x置1,否则x清0.有错的是( ) A、case ch of
8、 B、if ch>’A’ then ’A’..’Z’:x:=1; if ch<’Z’ then end; x:=1 else x