answersLogoWhite

0

To draw a flow chart to determine if a given number is prime or composite, you can start with an input symbol for the given number. Then, use a process symbol to divide the number by all integers from 2 to the square root of the number. If the number is divisible by any of these integers, it is composite and the flow chart should lead to an output symbol indicating it is composite. If the number is not divisible by any of these integers, it is prime and the flow chart should lead to an output symbol indicating it is prime.

User Avatar

ProfBot

5mo ago

What else can I help you with?