
An introduction to what you will be learning in this introductory course to Java programming with Eclipse.
A step-by-step guide on downloading and installing the IDE, Eclipse.
Learn the very first line of code that all programmers learn when starting programming. The Hello World line of code.
Learn how to create and use String and Integer variables.
Learn how to use your Integer variables together using math functions.
Learn how to create If Statements, special sets of code that can be used to compare and check data, running separate code, all of your own design
Learn more about how to use If statements using and and or as well as the useful nested If statements.
Learn how to create a while loop, the first and most basic loop a programmer can learn.
Learn how to create a for loop, a customized loop with a built in counter.
Learn how to import packages, use pre-coded methods and receive user input, a valuable resource.
Learn how to convert the String and Integer variables into other types.
Learn about the Char variable as well as how to convert it to the previous data types you've learnt.
Learn about the Double variable as well as how to convert it to the previous data types you've learnt.
An overview on the project for this course and what is required of you to make the program.
One way in which you can answer the project for this course.
A conclusion on what you have learnt in this basic course and where to go from here.
Welcome to my Basic course on Java Programming with Eclipse!
My name is Matthew Dewey. I am an experienced programmer, having received several accommodations on programming in my formal education as well as taught several programming languages to thousands of students. My goal is to provide you, the budding programmer, the the knowledge you need on programming in an easy and fun manner. In this course I do just that and with one of the most useful IDEs coupled with the Java programming language.
Java, a wonderfully simple programming language that has encouraged many programmers to pursue careers involving Java over any other language. Of course, it goes without saying that Java is an excellent language, but do you know what is required of you to start programming Java?
As with any programming language it is important you understand the fundamentals and that is exactly what I teach you in this course.
I help you:
What about Eclipse? A popular, widely used IDE that many large applications have been created in over the years. Do you know how to use it to its full potential? Well, in this course we will go through several lessons that will help you get comfortable with the IDE as well as more adept at program creation.
Go no further if you're looking for the course that will guide you into the world of programming! With my course I can guarantee that the knowledge you learn will help you get a head-start in Java programming. I hope you enjoy the course and it helps you on your way into the world of programming!
"Programming is a form of art. It is logical creativity!"