Computer Science, asked by manjurialva, 8 months ago

int x=('B'+10)*3;
find the output of the following. ​

Answers

Answered by kalinayak108
1

x-3B= 30

is the correct answer

Answered by anwitaay9d34
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