Java Data Types and Operations

Publié le: 22 juillet 2023
sur la chaîne: ke
42
4

Java identifiers,variables, Numerical data types, Character data type and numeric operators.
Kindly note 2+3=5 not 4
= is called an assignment operator not the mathematical equals i.e
type variableName = value;
type- is one of Java's types eg int
variableName- eg num1

The equal sign is used to assign values to the variable.
int x=7 simply means variable x has been assignment value 7

Make sure that you choose descriptive names with straightforward meanings for the variables, constants, classes, and methods in your program. Names are case-sensitive. Listed below are the conventions for naming variables, methods, and classes.

Use lowercase for variables and methods. If a name consists of several words, combine them into one, making the first word lowercase and capitalizing the first letter of each subsequent word: for example areaOfCircle.

Capitalize the first letter of each word in a class name; for example, the class names ComputeArea.

Capitalize every letter in numbers that do not change, PI.


Sur cette page du site, vous pouvez voir la vidéo en ligne Java Data Types and Operations durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur ke 22 juillet 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 42 fois et il a aimé 4 téléspectateurs. Bon visionnage!