
An introduction to the basic Java programming course with IntelliJ IDEA
Downloading IntelliJ IDEA and its installation
Creating your first project and writing your first line of code, the Hello World line of code
Learn how to create String and Integer variables
Math functions with integer variables
How to create and use if statements, understanding clauses and learning how to check data
Learn how to create nested if statements and additional operators. Comparing the two and deciding the ideal method to have multiple clauses.
The While loop, the loop which checks data and repeats till the clause proves false
The for loop, making a fully customized loop with a coded-in count variable. Highly useful when working with a set amount of data
Learn how to ask the user to enter in information and store said data inside variables.
Learn how to parse variables, converting integers into strings and vice versa
Learn how to create the character variable to store character data types. In addition, learn how to convert char variables to string, integer and vice versa
Learn how to create the double variable to store double data types. In addition, learn how to convert char variables to string, integer, character and vice versa
A discussion of the project for this basic course, explaining the requirements for this project as well as some tips
One way you in which you can answer the project for this course
A conclusion to this course, summing up what you have learnt and further encouragement
Welcome to my Basic course on Java Programming with IntelliJ IDEA!
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 a fun and easy 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 IntelliJ IDEA? 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!"