Programming tutorial in java

By @catleen11/7/2022hiveph

I will teach the basic first,you need a compiler to your program,then you need to know what is data type

Screenshot_20221107-081835.png

,data type is use to your variable and value these are the datatype that you may use int, char,boolean,String, long,short,and byte
import java.util.*;
to enter the user or type the question in the output

Then What is variable?
variable is a word or letter that you may use in datatype for example int is the datatype then r is the variable like this int r = 23; it have datatype variable and equal sign and value with semicolon to know the machine what is 23 or the value

What is value?
value is a number of the variable that you assigned in your program

how to use the other datatype?
If int you may use example above den string is text here is the example String hive = "legit";
you can see after the equal have a double qoutes then a text then semicolon.
boolean b= true; or false
then In that it similar to int but after the equal sign is true because it a binari the true or fals means if the statement is false in the System out print then binary is a 0and1 means 0 false then 1 is true .

Then the semicolon you can't remove that because you cannot run the program because it is part of the program .

The Curly braces
it is use to close the program that you do in a compiler.

This is the result of the program!!

Screenshot_20221107-081821.png

The output it said enter your name and middle name then last name and your age .because you've input the enter of your name in System out print and you have import and scanner
That will be todays discussion 😊😊
See yahh
.....
and soon I will share other in my programming language that I know

I hope you learned in my tutorial...

97

comments