Search:

Type: Posts; User: hrenfrow

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,223

    Re: Can I make this code better?

    I am new to JAVA programming, and take classes online. This is one of my assignments, and trying to basically self teach myself how to do this. Here is the requirement:

    Write a console program...
  2. Replies
    2
    Views
    2,223

    Can I make this code better?

    Like to see if there is a different approach to this code I might be missing. Ideas, thoughts, suggestions will be greatly appreciated.


    <import java.util.*;
    import java.io.*;
    import...
  3. Replies
    2
    Views
    972

    [SOLVED] Re: Different approach to this code

    thanks! Done!
  4. Replies
    2
    Views
    972

    [SOLVED] Different approach to this code

    Instructor informed me today that my code is similar to another students and I must redo it. I am not quite sure what to change to give her what she is asking for. Any suggestions? new to JAVA.

    ...
  5. [SOLVED] Code not building due to error I do not know how to resolve.

    import java.util.*;
    import java.io.*;
    import java.text.SimpleDateFormat;

    public class Assignment2 {

    public static void main(String[] args) throws IOException {
    Scanner input =...
  6. [SOLVED] New to JAVA, problem with first code, need to know how to fix.

    import java.util.*;
    public class A1RE5161843 {
    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);
    System.out.print("Enter length of rectangle...
Results 1 to 6 of 6