AP Computer Science Lesson 2 - Intro to Java

preview_player
Показать описание
In this lecture, I will be discussing Java variables and types as well as assignment. Some basic information about the Java programming language will be discussed before we dive into writing programs. In my opinion, this is one of the major flaws of programming tutorials on the Internet, as most jump straight into a Hello World program without explaining classes, I/O, strings, etc. I will avoid any such confusing teaching methods and will provide an easy to follow series of tutorials.

The entire series will be released at least 2 months before the AP Computer Science A 2014 Exam over time as I create these videos.

*AP, Advanced Placement, is a registered trademarks of the College Board, which was not involved in the production of, and does not endorse these videos.
Рекомендации по теме
Комментарии
Автор

For anyone taking notes, at about 8:08 he puts a decimal point after the 3, so it would be (double)(3./4) although he writes the decimal point on the 3 it's impossible to see.

ZeNCantSnipe