InterviewSolution
Saved Bookmarks
| 1. |
Write the output of the following:X=5Y=8Z=x>yprint (The value of the x >y:' ,Z)z=x |
|
Answer» Answer: WRITE the output of the FOLLOWING: X=5 Y=8 Z=x>y print (The value of the x >y:' ,Z) z=x print ( The value of x |
|