Sunday, June 18, 2017

Show the computer code.

Computer code :-
 
<code>
x = 5;<br>
y = 6;<br>
z = x + y;
</code>