Tag: bsc csit first semester solution

1st Semester, B.Sc. CSIT, C Programming

Find the value of “a” in each of the following statements:int i=3 , j=4 ,k=8float a=4.5 ,b=6.5,c=3.5

Let’s calculate the value of “a” for each of the given statements: (a) a = b – i/k + c/kSubstituting the given values:a = 6.5 – 3 / 8 + …...

Read More →
Close