int x=8, y=4, z=1700; /* variables x, y, z */
main () { /* main program */
y = 4;
x = 852 - z /y +7;
if (x < 40) {
y = x - 34;
}
else {
y = x / y + 400000;
z = 23;
}
printf ( "%d %d %d \n", x, y, z) /* print x, y, z */
}
Check your program by compiling and executing it with Titokone.
[2 htp] Using the ttk-91 symbolic assembly languge, write a program, that
Check your program by compiling and executing it with Titokone.