Search:

Type: Posts; User: Rhiannon1488

Search: Search took 0.09 seconds.

  1. having a hard time getting code to coint coins in a piggybank

    public class PiggyBankCounter;
    import java.util.*;

    public class PiggyBankCounter
    {
    //These variables are declared outside of any method so that they can be used in all methods
    //These...
  2. when using TextPad after doing Java Compile how do I get my code to run?

    I'm new to java, I use TextPad as my IDE. when using TextPad after going to tool tab and clicking Java Compile how do I get my code to run?

    --- Update ---

    yes, because I can't figure out how to...
  3. Replies
    5
    Views
    1,103

    Re: Why is my Code not working?

    C:\Users\rhiannon\Desktop\CalculateRectangle.java:5: error: <identifier> expected
    public static void(Strings[] args)
    ^
    C:\Users\rhiannon\Desktop\CalculateRectangle.java:11:...
  4. Replies
    5
    Views
    1,103

    Re: Why is my Code not working?

    I'm know about loops, but for some reason my programs never run when I try to program loops

    --- Update ---

    I edited my posts and copy and pasted my code. How would I use a loop?
  5. I need help to make a java code that finds the median value in a list of values

    I need help with a simple Java program for finding the median value in a list of values with the following requirements:
    • Create an array with an even number of values in it (an odd number of...
  6. How do I do I calculate the difference between two entered days of the week in java

    I need to create a simple Java program that calculates the difference between two entered days of the week with the following requirements: • Ask the user to enter in a day of the week by name (e.g....
  7. Replies
    5
    Views
    1,103

    Why is my Code not working?

    I was suppose to create a simple Java program for calculating the area of a rectangle (height * width). Then check the
    user’s input, and make sure that they enter in a positive integer, and letting...
  8. need help creating a Commission Calculator

    I need to create a simple Java program for a commission calculator with the following requirements:
    I need to ask the user to enter their total sales (as a double) in at the keyboard and I need to...
Results 1 to 8 of 8