Question: Find the algorithm with flowchart and code c++ if possible. A) Build an algorithm that randomly generates 100 integers from . Organize them from the
Find the algorithm with flowchart and code c++ if possible.
A) Build an algorithm that randomly generates 100 integers from . Organize them from the smallest to the largest. Then, for each generated number, calculate its factorial and write the results as elements of the array A (100)
B) There is given the array A(100) it contains given real numbers. Order numbers stored in the array from the lowest to the highest value. Build the array B(200). Copy the array A() to the elements of array B()- to the elements from 1 to 100. Later copy again array A() to the elements of array B(), to the elements from 200 to 101 it means in opposite order.
Thank you,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
