Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

stefnmUBB/MAP_Lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAP_Lab1

  1. Write "Hello World" in the console
  2. Read a string, integer and float from the console
  3. Find Largest and Smallest Number in an Array
  4. Implement a simple inheritance using Square ( length, width, area() ) and Cube classes and thencalculate the area of a cube.
  5. Create an Employee class (Name, Age, Salary, Position). Implement methods to set the values. Create 2employees and display the objects