在以下程序中,完成该语句,以便当距离达到250英里或使用了10加仑燃油时,程序停止生成观测值()。data work.go250;set perm.cars;do gallons=1to 10...;Distance=gallons*mpg;output;end;run;
A.while(Distance< 250)B.when(Distance>250)C.over(Distance le 250)D.until(Distance=250)
欢迎来到赞题库!
使用微信扫码登录账号
找回密码、申诉账号等操作请下载赞题库APP