Write a program to search the elements of an array ‘dist' to pick all the elements that are divisible by 5. Print out those elements 5 per line with space between each two numbers into the terminal. The elements of the array are 2-byte long.
- Use the partially written program and complete it.
- Do not use subroutine. Write the program as one piece.
- Assemble, download, and run the program.
- Create a Word file to include your source code and the output of the program from the terminal. sample of that is below:
so here is the given and you need to complete the require