arkadaşlar merhaba 2 tane soru var kafayı yiycem yapamadım kaç gündür. yapabilen varsa yardımcı olursa sevinirim. sorular;
Draw a flowchart that finds the minimum number of a given set of numbers. Your algorithm should keep asking the user to enter another number until the user enters a negative number. After reading a number, your algorithm should display the current minimum.
Draw the flowchart to find the sum of all positive numbers that a number could be divided without a remainder. As an example, the output should be 28 (12+6+4+3+2+1) for 12.