Computer Science, asked by KKSbwbs, 4 months ago

int a=8, b=5; [2]

int c=a+ a/b;

int d=b*a%b;

What will be the output of c and d ? ​

Answers

Answered by valeriy69
3

c = 9.6

d = 0

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions