write a fortran variable declaration that declares a two dimensionalrealarray to store the state of 200,000 planets, where each planet can have x, y, and z coordinates and vx, vy, vy velocities all in this array.the dimensions are ordered such that it minimizes computer cache misses.(fixed size array here, do not use allocatable memory.)