Problem
a) Create a program where the user enters a single, 5 digit integer, and outputs each number separated by 3 spaces but on the same line.
b) Write a program that has an array of 6 elements (STRING OR INTEGER) and uses a for loop to ouput the array elements to the screen with each element having a comma after it.
c) In your own words, define the four elements of OOP.