Search:

Type: Posts; User: dwynn

Search: Search took 0.10 seconds.

  1. Re: Require Assistance with StringBuilder/Classes/ and importing a file

    I don't understand it
  2. Re: Require Assistance with StringBuilder/Classes/ and importing a file

    Yes, so should I delete this? How would I call in the .txt file so it can read from and then format it.
  3. Re: Require Assistance with StringBuilder/Classes/ and importing a file

    This is all I have so far, I don't know where to go from there. I have to import a file and using StringBuilder I have to format it and Thank you I will do that.
    The exact description of the...
  4. Re: Require Assistance with StringBuilder/Classes/ and importing a file

    import java.util.Scanner;

    public class FORMAT

    {

    public static void main(String[] args)

    {
  5. Re: Require Assistance with StringBuilder/Classes/ and importing a file

    I have setup the FORMAT class and I will post what I have so far tomorrow morning but its embarrassing because I have no idea on how to go about it. Thank you for you reply.
  6. Require Assistance with StringBuilder/Classes/ and importing a file

    So I have public static Format setup
    my project is to import a file and format it using the stringBuilder

    Write the program Format which will take a single command line argument to
    specify the...
  7. Replies
    1
    Views
    1,138

    Help with Ration Program on JAVA

    I have to create a program that when used with the test program below should produce the results below. So far I have this please help me. Thank you.

    public class Rational {
    private int num; ...
Results 1 to 7 of 7