Java - Classes and Objects
Given a class
Employee with a constructor that takes String name and double salary, how do you create an object and immediately print its salary?