Computer Science, asked by jashanpreetgill20775, 4 months ago

"5 + ch);
Question 3: (Predict the Output)
a) Math.max(Math.ceil(15.56), Math.round(35.7));
b) char c='a';
int n=c+1;
char ch=(char) n;
System.out.println (n+
c) int marks=100;
String message= (marks==100)? “excellent”: “good”
d) if a=10, b=12 ; find the value of
a= ++a+b++ +10;
e) int a=1,b=2, c=3
!(a<b++ && c+b>=a++ * 2)
Question 4.​

Answers

Answered by dugyalasubanrao
0

Answer:

plz mark my answer as brainliest, i will follow you

Explanation:

Similar questions