Search:

Type: Posts; User: Dioxazine

Search: Search took 0.20 seconds.

  1. Re: How to build java applications and where would I start

    Pick up a beginners book like Java - A Beginner's Guide by Herb Schildt. I found his programs and explanations to be very accessible to a beginner.
  2. Replies
    0
    Views
    1,585

    I wonder which language?

    I've used Java, C++, C#, and Python in the past to write console programs. Nothing too complicated. I'm a guitarist mainly and I developed an interest in programming many years ago. So I have...
  3. Re: Searching an array for a certain value reporting back index position

    I experimented and discovered I only need to use the loop control variable in this case j to output the index position.
  4. Searching an array for a certain value reporting back index position

    I have not experimented with binary searches and things like that so my code is using a simpler way. The value I'm searching for is 9 which is found at index position 4 but my program is reporting...
  5. Re: Problem with adapting a C++ program to Java

    Thank You. I got it going now. All I need to do now is adjust the output so my program only shows one or two decimal places after the decimal point. I'll do some research.
  6. Problem with adapting a C++ program to Java

    This program inputs temperature readings. Works easy in C++ but it's more difficult in Java. The current error I'm getting is the compiler is telling me "ch cannot be resolved to a variable." How can...
Results 1 to 6 of 6