Programming Shortcut

Write, Run and execute Your programs with simple and esay way by Programming Shortcut

Thursday, November 30, 2017

Find Area in Java Programming with Example

Hello friends! Welcome to my website

Today We Run a program to find Area of a Rectangular Ground in Java Programming.
This session is how to use the Arithmetic operation in Java Programming. Here use of multiplication in java programming with Example
This Java language programming is free all type of errors like the compiler and runtime errors and this programming is tested to compile and then run the program code.
Here is only programming code with the output. This programming output is customized to understand easily.

How to Find Area of a Rectangular Ground in Java Programming


import java.util.Scanner;

class test3 {
    double l, w;
    public void area(double l, double w) {
        double result;
        result = l * w;
        System.out.println("The Area of Rectgular Ground:" + result);
    }
}
public class Rect_area {
    public static void main(String[] args) {
        test3 o = new test3();
        Scanner c = new Scanner(System.in);
        System.out.print("Enter The value of length: ");
        o.l = c.nextDouble();
        System.out.print("Enter The value of width: ");
        o.w = c.nextDouble();
        o.area(o.l, o.w);
    }
}


Output: Enter The value of length: 24
             Enter The value of width: 12
             The Area of Rectangular Ground:288.0


Note: To find Curricular Ground Area, take the radius of the curricular ground as input and use a function as a single parameter and calculate:
      'result= 3.14*r*r
      where r is the radius and 3.14 use as Pie Value

I make this programming and hope you are like the post if are you like the post you can please comment and Share the post to reach more people.
If any doubt about this java programming code or input & output please comment below
If you have another question about Java programming send an email by contacting us form are given on the page right side.
I am Try to Help in your Programming Language by Programming Shortcuts

Please share your experience about this post,
Thank You!
Newer Post Older Post Home
");

Programming Shortcut is collections in java best programs with example, best c programs with example and best c++ programs with example, best way to learn java, c and c++

About Programming Shortcut

This is a programming learning website that can help you learn and when your write your programming code. And all programming code is compiled run programming code in the following programming language C, c++, Java, php and Javascript Languages. find your programming read, understand the programming then copy and past and run your program and save your golden time to typing the program becuse you learn more in leas time. All Programming is codeing is ease to understand the programming