Draw the flowchart design for an algorithm to find the minimum of an array A containing 100 integers
Answers
Answered by
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
Math,
17 hours ago
Computer Science,
17 hours ago
English,
1 day ago
Physics,
1 day ago
Accountancy,
8 months ago
English,
8 months ago
Math,
8 months ago