Reply To: flowchart

(Start)

|

Input n

|

i = 0

|

----No----> Print binary → (Stop)

|

Yes

|

binary = n % 2

|

n = n / 2

|

i = i + 1

|

Loop back

Anonymous 4 April 2026 18:16:08

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]