int x=('B'+10)*3;
find the output of the following.
Answers
Answered by
1
x-3B= 30
is the correct answer
Answered by
0
Answer:
int x= ('B'+10)*3;
ANSWER ->
x= capital B's value = 66 so (66+10)*3;
then 76*3;
x = 228
Explanation:
Similar questions