Search:

Type: Posts; User: ruffu054

Search: Search took 0.10 seconds.

  1. Thread: Student.java

    by ruffu054
    Replies
    1
    Views
    2,290

    Student.java

    I need to insert a new object and I'm really not sure where to put it.
    the object is: Student myStudent = new Student(StudentName);

    public class Students{


    String studentName;
    double...
  2. Replies
    6
    Views
    1,353

    Re: Students/Grades

    Maybe I'll just start over............
  3. Replies
    6
    Views
    1,353

    Re: Students/Grades

    The very first part that I became stuck on was in the beginning: public Student(String n) gave me an illegal start of expression error.
  4. Replies
    6
    Views
    1,353

    Re: Students/Grades

    Thanks for the information, as one could see I'm new at posting as well.
  5. Replies
    6
    Views
    1,353

    Students/Grades

    import java.util.Scanner;

    public class Students{
    public static void main (String args []) {
    Scanner input = new Scanner(System.in);

    String studentName; //first input by user
    double...
  6. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,295

    Re: Arrays

    still confused?????????????
  7. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,295

    Re: Arrays

    I dont make up the problem I just try to do them
  8. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,295

    Re: Arrays

    Its not giving me the correct output when run the program.
  9. Thread: Arrays

    by ruffu054
    Replies
    6
    Views
    1,295

    Arrays

    import java.util.Scanner;
    public class Max_Number {
    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);

    double[] myList = new double[6];

    ...
  10. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    I got Junky; a little different but you really really really help me a lot..
  11. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    Again Im very new...... the if statement should be in ()?
  12. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    Ummmm its still not working?
  13. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    Thanks your awesome!!!
  14. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    Help me out Junky?? how should I write this.
  15. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    Again Im new the if statement should be in between the while statement?
  16. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    My current program reads 1 + 3 =4. I need it to say 1 + 3= 400
  17. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    In the top of the question it states the different services that are provided. Service 1 = 100....Service 4 = 400.
  18. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    I'm sorry I'm so new at this. What should the if statement say????
  19. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Re: Addition

    I dont have any errors however, I dont the output that I'm looking for. I need to somehow multiply or add the services to get the output of: 1 + 3 = 300.
  20. Thread: Addition

    by ruffu054
    Replies
    17
    Views
    1,567

    Addition

    A company provides 4 different services whose costs are as follows:
    Service 1: $100
    Service 2: $200
    Service 3: $300
    Service 4: $400
    Write a Java application that reads the service(s) provided...
  21. Replies
    4
    Views
    1,170

    New to Java Programming!!!!

    I have a quick question?
Results 1 to 21 of 21