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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started