Output of the following print statement .. System.out.println("C"+"M"+"S");
Answers
Answered by
1
Answer:
CMS
Explanation:
- string operations printed directly
Answered by
1
Given code,
System.out.println("C"+"M"+"S");
The output will be
CMS.
Similar questions
Science,
5 months ago
Music,
5 months ago
English,
10 months ago
Math,
10 months ago
Social Sciences,
1 year ago