Write a class named Person that has data members name and age. Include a public method named say Hello () that prints on
Posted: Fri Jul 08, 2022 7:28 am
Write a class named Person that has data members name and age.Include a public method named say Hello () that prints on thescreen “Hello! I am “, followed by the name and age of the person.Create a program Person Demo to test the class Person.
For Java
For Java