Results 1 to 3 of 3

Thread: Converting C++ into pseudocode

  1. #1
    Join Date
    Jul 2013
    Beans
    2

    Converting C++ into pseudocode

    I need some help trying to get this code into pseudo code. For some reason I can't wrap my head around writting and formating pseudocode correctly. 32 // use sentinel-controlled repetition 33 cout
    Last edited by inziladunthespikey; July 8th, 2013 at 10:59 PM.

  2. #2
    Join Date
    Jul 2013
    Beans
    2

    Re: Converting C++ into pseudocode

    for some reason the code didn't post :O

  3. #3
    Join Date
    Apr 2007
    Location
    (X,Y,Z) = (0,0,0)
    Beans
    3,715

    Re: Converting C++ into pseudocode

    Pseudo-code is just an informal representation of the algorithm... I don't see how that can be a problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •