Questions-Programs Alg Pseudo Flowchart
Questions-Programs Alg Pseudo Flowchart
Write a Python program to create a class named ROOM with dimensions as attributes. Then
create two objects for the class named ROOM, calculate and print the area for study and
dining room.
Write a Python program to create a person class. Include attributes like name, country and
date of birth. Implement a method to determine the person's age.
Write a python program to display information about employees in the organization using
class.
Write a Python program to create a calculator class. Include methods for basic arithmetic
operations.
Write a python program to display student information using class.
Write a Python program to create a class representing a Circle. Write methods to calculate its
area and circumference.