Search:

Type: Posts; User: javacodeaddict

Search: Search took 0.35 seconds.

  1. what is wrong with my code its not running

    class carpcalculate{
    public static double Perimeter(double l, double b){
    double p=2*(l+b);
    return p;
    }

    public static double Area(double l, double b){
    double a=l*b;
    return a;...
  2. Replies
    2
    Views
    1,389

    Re: grading system calculator

    thank you very i will do that .
  3. Replies
    2
    Views
    1,389

    grading system calculator

    Write a java program that calculate the grade point of three subjects and their credit hours through if the grade points and the credit hours are
    Subject---grade---gradepoint-----credit hours ...
Results 1 to 3 of 3