Search:

Type: Posts; User: Lashickk

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,118

    Help, text reader outputs high count value!

    Ok so this program is soppose to take a String and compare it to a file, the only problem is is that it outputs too high a cout value and im not entirely sure why. If i search for "the" in this file:...
  2. Replies
    10
    Views
    1,363

    Re: HELP!! Cant get point program to work

    Ok guys finally got it down to this last bit, all i need is for my Point class to read the p1 and p2, it comes up with "cant be resolved. Any fixes?



    import java.util.*;
    import java.math.*; ...
  3. Replies
    10
    Views
    1,363

    Re: HELP!! Cant get point program to work

    Ok so I fixed most of the errors , the only problem now is that it cant read "p1 or p2" form my main.

    ---"p1 cannot be resolved, p2 cannot be resolved. in distance(double, double)


    import...
  4. Replies
    10
    Views
    1,363

    HELP!! Cant get point program to work

    So I am trying to create a program that gives the distances between two points that can be inputted by the user. And here has to be a default constructor to set x and y values to 0. Any help to set...
  5. Replies
    2
    Views
    994

    Re: Word count, coutns "." as a word

    if the user inputs just a "." where :the firstline" , "second line" , "third line" etc is , the program reads the "." as a word and its not soppose to read punctionation as a word
  6. Replies
    2
    Views
    994

    Word count, coutns "." as a word

    hey guys , Im also working on this word coiunt program and it seems to read "." as a word. Im not entirely sure how to stop this from happening without a use of another array. IF anyway has any...
  7. Replies
    1
    Views
    1,123

    Sqrt Program, skips over method

    Hey guys , I have to do a program where you must find the square root of a number by repeatedly divide a number by the number and past guess untill the diffrence is withing .000001. My code doesnt...
Results 1 to 7 of 7