Need help with Visual Studio - Geeks to Go Forums

Jump to content

Log in Register Register Malware removal guide How it works

Need help with Visual Studio

#1 fujiiapples4u

  • Group: Member
  • Posts: 1
  • Joined: 04-February 12

Posted 04 February 2012 - 12:49 AM

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 :(

Share this topic: