char c='D';
int n=50;
int r=c+nSystem.out.println (n);
Answers
Answered by
1
Answer:
Output
will be 118
Explanation:
ASCII value of D = 68
Answered by
0
Answer:
D=68
r=68+50
r=118
this is your answer
thanks
Similar questions