Develop a sequential program to simulate the Parallel Algorithm for Addition Using Data Partitioning. Create a function for the root's algorithm with parameters for the number of processes (p) and an array of numbers. Create another function for the section "Other Process's Algorithm," which has parameters for the process number (or rank) and an array of numbers. Assume the number of summands is evenly divisible by p. Display communications, such as "Process 3 sending partial sum 537 to Root."