Questions


May 2021 0 58 Report
Find the output of the following program: Integer X, Y, Z
X = 5
Y = 3
X = (X^2 + Y^2)/3
Y = X - 4
Z = (X + Y)/2
PRINT *, 'X =', X, 'Y =', Y, 'Z =', Z
STOP
END​

Add an Answer


Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 EHUB.TIPS team's - All rights reserved.