1
write
"Input 3 integers to be added:"
read x
,
y
,
z set r
=
x
+
y
+
z write x
,
" + "
,
y
,
" + "
,
z
,
" = "
,
r stop