Computer Applications
The ASCII codes of upper case letters range from 97 to 122.
Values & Data Types Java
10 Likes
Answer
False
Reason — ASCII codes of upper case letters range from 65 to 90.
Answered By
9 Likes
Related Questions
Read the following text and choose the correct answer:
In an implicit type conversion, the result of an expression is obtained in the higher most data type without any intervention of the user.
What does an implicit do ?
- It arranges the data of an expression.
- The user involves to get the desired result of an expression.
- By default, the expression gets into higher data type in this conversion.
- The user has a choice to get the desired data type.
There are 128 set of different characters used in a Java program.
A variable gives the exact representation of data.
The data types int, float, char are called non-primitive data types.