Answer:
See explaination
Step-by-step explanation:
A loop program is a type of program that supports iteration.
It is a conditional statement ptogram that produces its result after a series of iteration or repetition from one loop to the other.
Please go to attachment for the loop program that examines the eight bytes in the words y and z. If a byte is the code for a decimal number, output it to the console. Otherwise, simply ignore it and examine the next byte.