PrepAway - Latest Free Exam Questions & Answers

which one of the following choices best describes how the data should be written to a file?

Consider the following HTML code:
<INPUT TYPE=text NAME=state VALUE=>
Given this code, which one of the following choices best describes how the data should be written
to a file?

PrepAway - Latest Free Exam Questions & Answers

A.
print OUTPUT, “state” .param(“State: “);

B.
print OUTPUT “State: ” .param(“state”);

C.
print OUTPUT, “State: ” . (“state”);

D.
OUTPUT “state” .param(“State: “);


Leave a Reply