Question:
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: 

A The value of pi is 3.141592 Pi doubled equals 0.283184 

B The value of pi is 3.141592. Pi doubled equals 6.283184. 

C The value of pi is 3.141592. Pi doubled equals 8.283184. 

D The value of pi is 3.141592. Pi doubled equals 6.283184 + 2 - 8. 

+ Answer
+ Report
Total Preview: 554

Copyright © 2024. Powered by Intellect Software Ltd