PrepAway - Latest Free Exam Questions & Answers

Which of the following choices demonstrates the correct syntax for creating a hash?

Which of the following choices demonstrates the correct syntax for creating a hash?

PrepAway - Latest Free Exam Questions & Answers

A.
%passwds = (“denise”, “robert”, “yolanda”) => (“pass1”, “pass2”, “pass3”);

B.
%passwds() = (“denise”, “pass1”, “robert”, “pass2”, “yolanda”, “pass3”);

C.
%passwds = (denise=> “pass1”, robert=> “pass2”, yolanda=> “pass3”);

D.
%passwds{3} = (“denise”, “robert”, “yolanda”) => (“pass1”, “pass2”, “pass3”);


Leave a Reply