Use ChatGPT to learn User input
Course Content
0 / 72 completedFAQs
How to ask great questions
Getting started on Windows macOS or Linux
Introduction
Set up an account with ChatGPT
Generative AI Gen AI for programmers
How to use ChatGPT Gen AI
What is ChatGPT
ChatGPT for your daytoday tasks
Java Future
Why its Popular in Coding
Popular IDEs for Coding
IntelliJ IDEA Installation
Java path setting environment variables
Java Installation step by step
Getting start IntelliJ IDEA
Java comments
Java output print from code
First Java Hello World program
Primitive vs nonprimitive
Use ChatGPT to learn variables
General rules for creating variables
Use ChatGPT to learn datatypes
Use ChatGPT to learn Identifiers
Use ChatGPT to learn User input
Use ChatGPT to learn Type casting
Use ChatGPT to learn arithmetic operators
Use ChatGPT to learn increment decrement operators
Use ChatGPT to learn assignment operators
Use ChatGPT to learn comparison operators
What are Logical
Use ChatGPT to learn OR operator
Use ChatGPT to learn AND operator
Use ChatGPT to learn NOT operator
Use ChatGPT to learn Strings
Use ChatGPT to learn String concatenation
Use ChatGPT to learn String indexing
Use ChatGPT to learn String builtin methods
Use ChatGPT to learn Basic math builtin functions
Use ChatGPT to learn Random number generation
Use ChatGPT to learn Formatting Date and Time
Use ChatGPT to learn Display Current Date Time
Use ChatGPT to learn Ifelse statements
Assessment testEvenOdd program
Use ChatGPT to learn elseif statements
Use ChatGPT to learn ternary operator
Use ChatGPT to learn switchcase program
Solution for an assessment test
Flow Charts
Use ChatGPT to learn dowhile loop statement
Use ChatGPT to learn while loop statement
Use ChatGPT to learn for loop statement
Use ChatGPT to learn nested loops
Use ChatGPT to learn foreach loop statement
Use ChatGPT to learn break keyword
Use ChatGPT to learn continue keyword
Use ChatGPT to learn creating an array of objects
Use ChatGPT to learn find an array length
Use ChatGPT to learn an arrays
Use ChatGPT to learn change an array element
Use ChatGPT to learn find the length of an object array
Use ChatGPT to learn multidimensional arrays
Use ChatGPT to learn Creating a Method
Use ChatGPT to learn Calling a Method
Project overview
ATM Project Creation creation and main method
ATM check balance functionality
ATM deposit functionality
ATM withdraw functionality
ATM display choices functionality
ATM key selection program switchcase program
Project Functionality test