
-----------------------------------
supadupamegaman
Tue Nov 06, 2012 1:19 pm

Help creating a program that converts decimal to octal with loops
-----------------------------------
Can someone create a program that converts decimal to octal with loops for me pleasee?

Greatly appreciated ty

-----------------------------------
Zren
Tue Nov 06, 2012 1:35 pm

RE:Help creating a program that converts decimal to octal with loops
-----------------------------------
No.

What have YOU tried so far? Do you understand what the octal number system even is?

http://simple.wikipedia.org/wiki/Octal

-----------------------------------
supadupamegaman
Tue Nov 06, 2012 1:36 pm

Re: Help creating a program that converts decimal to octal with loops
-----------------------------------
This is what i have so far

%comments
var dn, on : real

put "Input decimal number."
get dn

loop
    exit when dn 