Search:

Type: Posts; User: smithmar

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,424

    Phone book program, where to begin?

    Alright, it's been about a year since I've worked with Java being that now my classes are working with C, C++ and Linux.:o I need to write a program that holds a contacts name, number and address...
  2. Replies
    3
    Views
    1,350

    Re: Array toString

    Thanks guys, i figured it out. Had to change my String str line to str += scores[i] + " ";
  3. Replies
    3
    Views
    1,350

    Array toString

    I got this to compile but in the interaction pane im trying to make it look like the picture below but i come out with 0, 1 , 2, 55.8. Thanks

    1336


    public class TestScores
    {
    ...
  4. Replies
    1
    Views
    1,423

    Problem creating a new object

    Help! Cannot figure out what is wrong with my code.
    <ExamDemo.java:25: cannot find symbol
    symbol : constructor DriverExam(java.lang.String[])
    location: class DriverExam
    DriverExam exam = new...
  5. How to calculate & return highestmonth and lowestmonth as string in interactions tab?

    Trying to create a getHightestMonth out of the Arrays made and return the string of the month for the highest number listed in the array.

    < public class RainFall
    {
    // Instance variable...
  6. Replies
    1
    Views
    1,304

    Couple compile errors for dice game

    Cannot get this thing to compile at all. Supposed to make a game where you start off with $10 and bet to get doubles on dice. If you win you double you're money and if you lose, well you lose you're...
  7. Re: Won't display calculated fahrenheit and celsius when running.

    Thanks mrowkoob. Didnt solve the whole problem but it does help.
  8. Won't display calculated fahrenheit and celsius when running.

    Please help, can't figure out why it wont display. I think it has something to do with the setter method for DegreesInCelsius and fahrenheit. on output the answers for temperature 1 fahrenheit and...
Results 1 to 8 of 8