Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

could you do answer it Give the value computed by the following set of statement

ID: 672355 • Letter: C

Question

could you do answer it Give the value computed by the following set of statements: Give the value computed by the following set of statements: int a=31, b=6; float c; Give the value computed by the following set of statements: int b=7; float a, c=18.6; c=(int)c/b; Give the value computed by the following sot of statements: int b=7, x; float a-19.9, c=2. D=3; x=a-b/c*d; Give the value computed by the following set of statements: int b=7, x; float a=19.9, c=2, d=3; x=(a-b)/(c*d); Give the value computed by the following set of statements: int b=7, x; float a=19.9, c=2, d=3; x=(a-b)

Explanation / Answer

1.c=3

2.c=5.166667

3.c=3.000000

4.x=9

5.x=2

6.x=19