Write a complete program that creates an array of characters, 3 times
the size of ASCII table and itinializes the contents of the array to
correcponding ACSII values; when end of ACSII table is reached, you
should loop back to the beggining and start again.
Print the contents of the array, seporating the copies of ACSII table by
2 blank lines.
Note:
- You must utilize for loop structure.
- You may not combine assigment and printing out in one phaze, those
two must be seporate distinct stages.
Tips:
- use % as part of your for-loops to help you loop through the legal
range of an ACSII table
i couldnt finish it cuz i have 2 exams cal2 and physics 2 tomo.. if someone can help me it would be great..