Computer Science Tuition Test Paper 2024-2025
Computer Science Tuition Test Paper 2024-2025
Time: 1 Hour
Marks: 40
2. Which of the following data types is used to store a single character in Java?
a) 14 b) 11 c) 10 d) 7
int b = 5;
a += b;
System.out.println(a);
a) 5 b) 10 c) 15 d) 50
a) = b) == c) != d) <=