+ 1
I can't understand how the snytax works
6 Réponses
+ 1
What do you not understand about the syntax? Classes? Methods? Variables? In total?
+ 1
nearly everything
+ 1
What have you already tried to understand it better? Sololearn? Google?
+ 1
ok will try thanks
0
The syntax is the set of rules defining how a Java program is written and interpreted.
As while writing an essay you have some grammatical rules to take into consideration, such as each sentence must end with a period let’s say, in Java, however, each command must end with a semicolon.
So basically it’s a set of grammatical rules specified for the language.
Hope this helps,
Good luck!
CA
- 1
Doesn't the syntax signify the end of a line?