I'm currently taking my first programming class and i'm trying to use visual logic to convert Decimal to Binary. My teacher went over how to convert binary to decimal but i can't seem to create a code that will work to go the other way.
So right now i created a code "
Input:Int
Rem=0
Bin=""
While Loop: Int>0
-Rem=Int/2
-Bin=IntMod2
^^i have a feeling this is where im going wrong... please help i feel EXTREMELY lost