Computer Science, asked by hgulzah5803, 1 year ago

If int a= 5; int b= 3 ; the value of c would be (1) int c= a+ b*7/2;

Answers

Answered by skram007
2

c=a+b*7/2

=5+3*3

=5+9

=14

Similar questions
Biology, 6 months ago