Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.01 KB

File metadata and controls

23 lines (19 loc) · 1.01 KB

Java_Projects

####################################################################################################### Java is the univarsial language for the companies and wanted to learn java!!!! FInally day has come to code on java!!! first project or tast was to build calculator using java.util.scanner and java.lang.Math with 10 functions in it goes from

  1. Area Of Circle.
  2. Circumference Of Circle.
  3. Area Of Rectangle.
  4. Volume Of Sphere.
  5. Surface Area Of Sphere.
  6. Area Of Square.
  7. Area Of Right angle Triangle.
  8. Area Of Equilateral Triangle.
  9. Perimeter Of Rectangle. 10.Area Of Triangle.
    choose the number associated to the function and give sutiable values to it and task will be performed.

Really fun project and learned all the besic function of java scanner class and calling function using data typecasting and using System.out.println........

#######################################################################################################