Which one of the following best demonstrates how to create tab-delimited output?

Which one of the following best demonstrates how to create tab-delimited output?

Which one of the following best demonstrates how to create tab-delimited output?

A.
print OUTPUT param(“state”) . “\t\ . param(“capitol”) . “\n”;

B.
print OUTPUT, param(“state”) param(“capitol”) . “\n”;

C.
print OUTPUT param(“state”). “\tab” . param(“capitol”) . “\n”;

D.
print OUTPUT. param(“state”) . “\t” . param(“capitol”) . “\n”;



Leave a Reply 0

Your email address will not be published. Required fields are marked *