Score: 0 / 0 answered
Progress: 0 of 759 qs
time elap: 00:00
Question 1: What is the output of the following Perl code: `print $a + $b;` if `$a = "10.5";` and `$b = "20.5";`?
Subject: Data Types and Variables in Perl Specialist (CIW-PS)
Difficulty: Medium