rogramming: Write java code as instructed (2 points) 13) Create a java class called Triangle. Provide the following: 13) – a private member for the base – a privide member for the height – getters and setters for the members – a default constructor and a constructor that initializes the base and the height – a a method that returns the area fter you have created your class, provide two lines of code that create objects of
OR
OR