Skip to content

Commit 2909cc0

Browse files
authored
create README.md
1 parent 0c22cd6 commit 2909cc0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# About this Course
2+
Learn to code in Java and improve your programming and problem-solving skills. You will learn to design algorithms as well as develop and debug programs. Using custom open-source classes, you will write programs that access and transform images, websites, and other types of data. At the end of the course you will build a program that determines the popularity of different baby names in the US over time by analyzing comma separated value (CSV) files.
3+
4+
# After completing this course you will be able to
5+
1. Edit, compile, and run a Java program;
6+
2. Use conditionals and loops in a Java program;
7+
3. Use Java API documentation in writing programs.
8+
4. Debug a Java program using the scientific method;
9+
5. Write a Java method to solve a specific problem;
10+
6. Develop a set of test cases as part of developing a program;
11+
7. Create a class with multiple methods that work together to solve a problem; and
12+
8. Use divide-and-conquer design techniques for a program that uses multiple methods.
13+
14+
# Important Note
15+
Some code could be run in a custom Bluej Development Environment made by Duke's University especially for this course. You can get the IDE from the University website [here](http://www.dukelearntoprogram.com/downloads/bluej.php?course=2).

0 commit comments

Comments
 (0)