Question: $color = "Green"; $number = 10; $age = 10; $sum = 10 + "19"; Output?
A
B
C
D
29
B
10101019
C
10+19
D
Green;10;10;10+19
Note: Not available
printf("The value of Pi is %f", PI); $pi2 = 2 * PI + 2 - 8; printf("Pi doubled equals %f", $pi2);This code produces the following results: