CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sunshinehm18

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,277

    Re: Calling Method from other Class

    I got it!!! Thank you for looking though! I was fighting it and figured out how to do it. Now on to bubble sort and selection sort! OH the joy :D
  2. Replies
    4
    Views
    2,277

    Calling Method from other Class

    Good afternoon! I am trying to call a method from other class and it wont work. Do i have it written wrong or in the wrong place?


    public static void main(String[] args)
    ...
  3. Replies
    17
    Views
    4,901

    Re: Problem with Code

    Woohoo almost figured this out but stuck on the bottom of code.


    while(loop)
    {
    //Get the next line in the file
    String curString = s.nextLine();
    ...
  4. Replies
    17
    Views
    4,901

    Re: Problem with Code

    When i compile i get this error
    Compiling 1 source file to C:\Users\morganh\Documents\NetBeansProjects\A3MO6252017\build\classes

    ...
  5. Replies
    17
    Views
    4,901

    Re: Problem with Code

    Thank you both! I put each of my parts in separately and am finding where the problems are locating. One part is here and i cant figure what is missing or if i have it written right. Any...
  6. Replies
    17
    Views
    4,901

    Re: Problem with Code

    These are the errors :(
  7. Replies
    17
    Views
    4,901

    Re: Problem with Code

    Ugh I think i messed it up even more than it was before. :ehh:



    import java.util.*;
    import java.io.*;
    public class A3MO6252017 {

    public static void main(String[] args) throws IOException...
  8. Replies
    17
    Views
    4,901

    Re: Problem with Code

    I am using Netbeans and when i run the program it says that. I am trying to rework it and see what i can fix :)
  9. Replies
    17
    Views
    4,901

    Re: Problem with Code

    Sorry about that! :blush: I am new at using the forum. I have edited my code and i am getting "Build Successful" but not seeing any output? Am i missing it?:confused:

    import java.io.*;

    public...
  10. Replies
    17
    Views
    4,901

    Problem with Code

    Good morning, I am working on an assignment for class. I am fighting with it and cant figure out what i am missing? Any assistance on understanding this would be great. I have attached the...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured