MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
C++ using OBJECT ORIENTED PROGRAMMING
OBJECT ORIENTED PROGRAMMING
Problem #488
Problem #488
C++ using OBJECT ORIENTED PROGRAMMING
Write a Java program to create a class called "Circle" with a radius attribute. You can access and modify this attribute. Calculate the area and circumference of the circle.
Your Solution
Submit Solution
Reset