Write a program in C++ that contains code that calculates the running time to do the following: In a loop that runs from 0 to 1,000,000, allocate an array of 100,000 doubles statically (before runtime) In a second loop that runs from 0 to 1,000,000 allocate an array...