What is the value of result after the following Java statements execute?
int a, b, c, d, result;
a = 4;
b= 12;
C = 37;
d=51;
result = d % a*c+ a % b + a;
A. 119
B. 51
C. 127
D. 59

Respuesta :

RELAXING NOICE
Relax

Otras preguntas