Computer Science, asked by oropaakonon, 1 day ago

Draw the flowchart design for an algorithm to find the minimum of an array A containing 100 integers

Answers

Answered by nehawrest1
4

Answer:

==> 1 Initialize 4 number such as A, B, C and D

==> 2 if ( A > B ) then

==> 3 MAX = A // MAX is the variable where we are storing maximum element

==> 4 else

==> 5 MAX = B

==> 6 if ( MAX < C ) then

==> 7 MAX = C

==> 8 if (MAX < D) then

==> 9 MAX = D

==>10 Display MAX

Explanation:

it will be very helpful for you

list me as a brilliant

(❁´◡`❁)

..

Attachments:
Similar questions