Search:

Type: Posts; User: aura2; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    oh, tha makes sense then. I changed mine to...

    oh, tha makes sense then. I changed mine to something similar. Now i might have a bit of an edge in that class. I appreciate everything
  2. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    it was the if ((area > 1000) && (area

    it was the
    if ((area > 1000) && (area <2000) statement

    however i dont really understand what that did

    sorry if im kind of scatter-brained, i keep fixing and finding new problems. This time...
  3. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    well turns out there is problems this is mine...

    well turns out there is problems

    this is mine



    // File: lab3_141.java
    // Jeremy Otis
    // 08
    import java.io.* ;
  4. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    ah, that was it. and i fixed the other problem. ...

    ah, that was it. and i fixed the other problem. Ok this is the final one as far as i know it compiles and runs



    import java.io.* ;
    public class lab3_141
    {
    public static void...
  5. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    I put in my information needed and took out the...

    I put in my information needed and took out the switch ( so i understand if/else) and it now looks like this




    import java.io.* ;

    public class try
    {
    public static void main(String...
  6. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    Wow thanks guys, that looks much better than mine...

    Wow thanks guys, that looks much better than mine and it helps to see whats going
    Thanks for the input
  7. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    i believe so, i just started this class in winter...

    i believe so, i just started this class in winter quater. i posted the code and what it is supposed to do on page one, help me clean that sucker up plz
  8. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    This is what it is supposed to do Purpose : To...

    This is what it is supposed to do

    Purpose : To write a simple program to perform input, output and use control structures in Java.

    Description : Write a program to that calculates and displays...
  9. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    here this is my whole code import java.io.* ;...

    here this is my whole code

    import java.io.* ;
    public class lab3_141
    {
    public static void main(String[] args)
    {
    int desk=200;
    System.out.print("Enter the length of the...
  10. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    int drawer= MyInput.readInt(); int...

    int drawer= MyInput.readInt();
    int drawers = drawer * 30;
    if (area > 1000)
    desk = desk+75;
    if (area > 2000)
    desk = desk+125;
    else
    ...
  11. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    ytyes

    AH TT your a savior, thats what it was, thank you much

    ^
  12. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    even when i declare desk to be 200 up top, it...

    even when i declare desk to be 200 up top, it still has the same errors
  13. Thread: java problem

    by aura2
    Replies
    23
    Views
    16,941

    java problem

    I am programming in java and i just started out in college.
    For my class i have to write a program with the if/else statements

    i have this so far and im getting the following errors...
Results 1 to 13 of 13