"An introduction to Java programming and Object-Oriented Application Development". and remember this is a Intro course so plain and simple coding nothing that is to far advanced past the style of the course please and thank you. When coding please use lots of comment tags and explain what each coding block does.
Need help making the following application:
Create a Java program called "DaysLeftInYear.java" that outputs the numberof days left in that year. use the calendar class to represent dates. Use the DateFormat class to display the current date in the output.