Search:

Type: Posts; User: thisbeme

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,875

    Re: Lowest Term Function Help

    yes it execute and compile but...

    I still need to make a new function which is Simplify(), wherein it will give the lowest term of the numerator and the denominator. I already got the GCD, so how...
  2. Replies
    5
    Views
    1,875

    Re: Lowest Term Function Help

    im sorry i was to lazy to search about it. well anyways thanks about that euclid's algorith thing, i tried to search it and somehow i got how it works. thanks again.

    but i still have a problem...
  3. Replies
    5
    Views
    1,875

    Lowest Term Function Help

    public class RectangleDos{

    public static int num;
    public static int den;
    public double val;

    public void display(){
    System.out.println("FRACTION: " + num + "/" + den);
    }
Results 1 to 3 of 3