| bugdray55s homework assignment wrote: |
|---|
| Generate an array of 500 numbers between 1-1000. |
| bugdray55s homework assignment wrote: |
|---|
| Sum the even numbers and display the total sum |
| bugdray55s homework assignment wrote: |
|---|
| sum the odd numbers and display the total sum |
| bugdray55s homework assignment wrote: |
|---|
| Display a count of even numbers and odd numbers |
| bugdray55s homework assignment wrote: |
|---|
| Create an array of pointers to the numbers in the array and create the same table using the pointers to read the values in the array. |