Date Created: 02/05/2016
Solutions to all programming assignments for CSCI-160 taught by (Prof.Kadri)
This course provides basic skills in problem solving and object-oriented programming using a high level language such as Java. Topics include algorithm development, simple data types, expressions and statements, program flow control structures, objects, methods and arrays.
Use any JAVA IDE (Netbeans, Eclipse, BlueJ) in order to run or command line:
cd CSCI-160
javac Path.java
java Path.java
This is not for cheating purposes.