Program 8
Program 8
PROGRAM 8 : Develop a JAVA program to create an outer class with a function display.
Create another class inside the outer class named inner with a function called display and call
the two functions in the main class.
import java.util.Scanner;
outerObject.display(outerInput);