Steps
- Select Java form the categories and Java Application from the projects, click Next.
- Set the Project name as ascii and set the Create Main Class, click Finish.
- Under the project "ascii", you can see two files, double click the Source Packages,you can see a package by name " ascii " ,double click it you will find the Java Main Class File, Ascii .java.
- Open this file, remove the existing code and paste the following code.
------------------------------------------------Ascii.java-----------------------------------------------------------