MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
CORE JAVA PROGRAMMING
OBJECT ORIENTED PROGRAMMING
Problem #485
Problem #485
CORE JAVA PROGRAMMING
Write a Java program to create a class called "Person" with a name and age attribute. Create two instances of the "Person" class, set their attributes using the constructor, and print their name and age.
Your Solution
Submit Solution
Reset