Write a complete C/C++ program for the following tasks
i. Create two arrays named intArray[] and squareArray[] with a user defined size.
ii. The intArray[] should accept positive integer values...