- To demonstrate your understanding of objects and functions
- To demonstrate your understanding of controlling execution
- To demonstrate your understanding of access control
- To demonstrate your understanding of reusing classes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.BufferedReader; | |
import java.io.BufferedWriter; | |
import java.io.FileReader; | |
import java.io.FileWriter; | |
import java.io.IOException; | |
import java.io.PrintWriter; | |
import java.util.ArrayList; | |
import java.util.LinkedList; | |
import java.util.List; | |
import java.util.Queue; |
#Sum of the Numbers
##Objectives
- To demonstrate your understanding of objects
- To demonstrate your understanding of operators
- To demonstrate your understanding of user input/output
##Overview