Calling a Method
Course Content
0 / 85 completedIntroduction
Getting started on Windows, macOS or Linux
How to ask great questions
FAQ’s
Introduction
Arrays
Access elements of an array
Change an array element
Find an array length
Loop through an array
Loop through an array with for-each
Multidimensional arrays
Creating a Method
Calling a Method
Introduction
Project overview
ATM Project Creation (creation and main method)
ATM key selection program (switch-case program)
ATM display choices functionality
ATM checkbalance functionality
ATM deposit functionality
ATM withdraw functionality
Project Functionality test
Introduction
Java output – print from code
Java comments
Java Future
Why its Popular in Coding
Popular IDEs for Coding
Java Installation (step by step)
Java path setting (environment variables)
IntelliJ IDEA Installation
Getting start IntelliJ IDEA
First Java Hello World program
Introduction
Identifiers
Type casting
User input
Assessment Test1
Solution for Assessment Test1
Variables
General rules for creating variables
Writing multiple variables
Data types
Data types - Numbers
Data types - Booleans
Data types - Characters
Primitive vs. Non-primitive
Introduction
Arithmetic operators
Increment – decrement operators
Assignment operators
Comparison operators
What are Logical
AND operator
OR operator
NOT operator
Introduction
Strings
Strings built-in methods
String indexing
String concatenation
String with numbers
String special characters
Basic math built-in functions
Random number generation
Display Current Date Time
Formatting Date and Time
Introduction
If statement
If-else statement
If-else if statement
Ternary operator
Switch-case program
Assessment Test2 (EvenOdd Program)
Solution for Assessment Test2
Introduction
Flow Charts
While loop statement
Do-while loop statement
For loop statement
Nested loops
For-each loop statement
Applying break
Applying continue