Java 2
create a class called "person" with attributes "name" and "age". also create a constructor and getter method for attributes in java


create a class circle with radius as data member. create two constructor (no argument and two arguments) and method to calculate circumstances

create a class account class with all necessary parameters as data member. create two constructors (no argument, and two arguments) and methods to withdraw and deposit balance & check balance


