Search:

Type: Posts; User: TimoElPrimo

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,788

    Re: How to combine these 3 void methods?..

    Thanks! HelloWorld922
    I think this is what my teacher is looking for:
    new improve code:


    import java.util.*;
    import java.io.*;
    public class average {
    public static double...
  2. Replies
    3
    Views
    2,788

    Re: How to combine these 3 void methods?..

    i need to read and print certian files, but i can not test my programm because my computer doesnt allow acess to my programm to run. I use netbeans and run it as administrator, but it doesnt work.
    ...
  3. Replies
    3
    Views
    2,788

    How to combine these 3 void methods?..

    My assignment is to make a programm to read student's name and tests from a file.
    1)method to calculate average.
    2)method to evaluate grade.

    This is my java code.

    import java.util.*;
    import...
Results 1 to 3 of 3