Computer Science, asked by hetraj1359, 1 month ago

byte a1=5, b=10;
float c;
c= (a1 * b + 12 / 2);
What will be value of c?

Answers

Answered by sushilasrivastava177
0

Answer:

56

Explanation:

=5×10+12 /2

=5×10+6

=50+6

= 56

Similar questions