I need to draw the following flowchart.
Draw a flowchart that takes a positive integer n from the user and then takes n positive integers from the user and finally prints the number of whole numbers entered. A whole number is a number whose sum of all its divisors, except itself, is equal to itself.
Here is what I have done so far:
New contributor
yasaman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
11