Problem #878 CORE JAVA PROGRAMMING

Write a C++ program to create a class called Person with private instance variables name, age. and country. Provide public getter and setter methods to access and modify these variables.

Your Solution