单项选择题
Several @functions can execute multiple statements. Which one of the following initializes a variable and can increment in during the operation?()
A. @do
B. @for
C. @while
D. @dowhile
点击查看答案
相关考题
-
单项选择题
jim,adominoprogrammer,wanttodeterminethenumberofworkingdaysinayear.Whichoneofthefollowingformulashouldheuse?()
A. @days
B. @holidays
C. @wokdeddays
D. @businessday -
单项选择题
Inthevideoform.theOrderDatefield(WhichshowsWhenthevideomaybeordered)iscalculatedbasedontheDatefield(Whichdisplaysthereleasedate).Theorderdateis30dayspriortothereleasedate.WhichonethefollowingformulaswillcalculatetheOrderDatevalue?()
A.@Number(Date)-30
B.@Adjust(Date;0;0;30;0;0;0)
C.@Adjust(Date;0;0;-30;0;0;0)
D.@If(Date!="";Date-30;@Failure(There is no current release date")) -
单项选择题
whichoneofthefollowingstatementswouldleeincludeinanagenttolimitthedocumentsprocessedbytheagenttothoseforwhichthevalueofthetypefieldis"action"?()
A.FIELD Type :="action"
B.SELECT Type ="action"
C.SELECT Type :="action "
D.@if (type="action";@success;@failure)
