Home /
Expert Answers /
Computer Science /
n-the-following-example-three-loops-will-be-executed-args-34-one-34-34-two-34-34-three-34-34-four-34-pa365
(Solved): n the following example, three loops will be executed.
$args = "one","two","three","four"
foreach ...
n the following example, three loops will be executed.
$args = "one","two","three","four"
foreach ($i in $args) {write $i –foregroundcolor magenta}
a. True b. False