多項選擇題子過程pfh(m,n)的功能是求兩個數(shù)的平方和,現(xiàn)有已經(jīng)賦值的變量a和b,求a和b的平方和的正確過程調用為()。

A.Call pfh(a,b)
B.pfh a,b
C.pfh “a,b”
D.pfh(a,b)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題ASP指的是()。

A.A Server Page
B.Active Standard Pages
C.Active Server Pages
D.All Standard Pages

2.單項選擇題在ASP中,默認的腳本語言是()。

A.VBScript
B.EcmaScript
C.PERL
D.JavaScript

3.單項選擇題如何從使用"get"方法提交的表單中獲得數(shù)據(jù)?()

A.Request.QueryString
B.Request.Form

4.單項選擇題如何從使用"post"方法提交的表單中獲得數(shù)據(jù)?()

A.Request.QueryString
B.Request.Form

5.單項選擇題假設頁面1擁有以下鏈接:Go,那么page2.asp如何獲得color參數(shù)?()

A.Request.QueryString("color")
B.Response.Parameter("color")
C.Response.QueryString("color")
D.Get("color")