Search:

Type: Posts; User: tazjaime

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,065

    Re: FileReader need assistance

    thank you very much i should include the min and max for it to be included thank you problem sovled
  2. Replies
    4
    Views
    2,065

    Re: FileReader need assistance

    thanks for the quick reply..im adding some info if you dont mind

    well im gonna also used the first column as "min" and the next column for "max"
    its like this


    for(int x=min ;x <=max; x++)
    {...
  3. Replies
    4
    Views
    2,065

    FileReader need assistance

    hi folks.

    uhm how do i read all the inputs from a file, well the problem is it only reads the first line? can you help me, im not yet familiar with the methods thanks
    Here's the main class

    ...
  4. Thread: JAVA for loop

    by tazjaime
    Replies
    2
    Views
    2,261

    JAVA for loop

    hi to all..

    i would like to ask if this algorithm is accepted or is it a cheat? thanks

    here's my code


    import java.util.*;
    public class loop1
    {
  5. Re: Computing Classes

    my teacher told me not to assign any value in grade class, all the initialization for all the variables must be in the outcome class
  6. Why output is displaying 0 for calculation in java?

    I'm almost done with my assignment but i have a small problem. I need to calculate the value for Class Standing "CS" here's my three classes.

    The only problem is when i run the Outcome, the output...
  7. [SOLVED] Facing java error "cannot be applied to (java.lang.String)"

    hi again.
    first of all thanks to JavaPF..

    now here's my new problem
    i get this error:
    Outcome.java:11: setStudNum(int) in Student cannot be applied to (java.lang.String)...
  8. [SOLVED] Re: JAVA Calling Class

    i dont know why i got that error but when i copy paste it in a new notepad it works but here's my other problem...

    when using "int"

    Java Code


    public class Outcome
    {
    public static void...
  9. [SOLVED] How to call string in another class in java?

    Hi to all..
    i ask for a little help thanks
    here's my problem, i need to call two different strings in the other class and provide any value for it. here's what ive done so far

    Here's my first...
Results 1 to 9 of 9