Search:

Type: Posts; User: Ubiquitous

Search: Search took 0.10 seconds.

  1. Thread: Distance

    by Ubiquitous
    Replies
    22
    Views
    1,352

    [SOLVED] Re: Distance

    einar123 are you taking a course on programming or are you learning on your own?

    The spacing that GregBrannon is talking about helps immensly in debugging your code. Naming convention and comments...
  2. Thread: Distance

    by Ubiquitous
    Replies
    22
    Views
    1,352

    [SOLVED] Re: Distance

    your main method cannot return a value. The compiler is telling you this clearly. If you must have this in a method create a method outside of main. Call it whatever you want and put the code in...
Results 1 to 2 of 2