Jump to content

​🗑️​Bapu's Random Thoughts For The Day


Bapu

Recommended Posts

10 minutes ago, craigb said:

For you the code would look more like this:

10 GOSUB 30

20 GOTO 10

30 MAKE A POST

40 RETURN

Just asking here. Since it is beginner coding where is the        "Hello World"    :)

  • Like 1
  • Great Idea 1
  • Haha 1
Link to comment
Share on other sites

2 hours ago, InstrEd said:

Also since this is the Coffee House shouldn't the routine be written in Java 🙄

As you wish!

// For that other Ed...
class postFrenzy
{
    bool forumExists = true;

    public static void main(String args[])
    {
         while (forumExists)
         {
              MakeAnotherPost();
         }
    }
}

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...