What is the value of X printed by the following program ? program COMPUTE ( input, output ); var X : integer ; procedure FIND ( X: real ) begin X : = sqrt ( X ) ; end ; begin X : = 2 FIND(X)
What is the value of X printed by the following program ? program COMPUTE ( input, output ); var X : integer ; procedure FIND ( X: real ) ; begin X : = sqrt ( X ) ; end ; begin X : = 2 FIND(X);
(b).2
need an explanation for this answer? contact us directly to get an explanation for this answer