Computer Applications
Which of the following ASCII code range is applicable for lowercase letters?
- 65 - 90
- 90 - 115
- 97 - 122
- 95 - 110
Values & Data Types Java
28 Likes
Answer
97 - 122
Reason — 97 - 122 is the ASCII code range for lowercase letters.
Answered By
18 Likes
Related Questions
Which of the following is a non-primitive data type?
- int
- double
- char
- String
Which of the following is non-numeric data type?
- boolean
- int
- float
- double
Which of the following is an escape sequence character in Java ?
- /n
- \t
- /t
- //n
int x = (int) 32.8;
It is an example of …………… type casting.
- implicit
- automatic
- explicit
- coercion