Question: Note: Please code this in Java Q1: Create a class called Employee that includes three instant variables - a first name (type String), a last

Note: Please code this in Java
Q1: Create a class called Employee that includes three instant variables - a first name (type String), a last name (type String) and the age (type int). Provide a suitable constructor that initializes the three instant variables and assumes that the values provided are correct. Provide getter methods that return field values. Provide a main() method that creates an array of three Employee objects and iterates over this array outputting each Employees instant variables values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
