+ 3
Ascii values in java
System.out.println() or system.out.println() when i used the latter in my coding it showed an error. could anyone explain what difference does it makes or used for?
5 odpowiedzi
+ 10
This means that Java is a case-sensitive programming language. Please refer:
http://stackoverflow.com/questions/2128459/is-java-case-sensitive
+ 7
Because System is a class
all classes in java are upper case
+ 5
I don't know why you have "ASCII value" written on the title of the post and in the description you wrote something not relate to AScii value but if you need help with ASCII values here is the code:
https://code.sololearn.com/c7jq1NbWB6dU/?ref=app
+ 1
@chris its because i thought the uppercase and lower case had something to do with ascii values so wanted to clarify whether it is related to my error
+ 1
thanks for the help guys 😆😆