if int x[]={4,3,7,8,9,10};what is the value of p and q ?
p=x[1]+x[0]*x[4];
q=x[2]+x[5]-x[1];
Answers
Answered by
5
Answer:
x[1]=3 x[0]=4. x[4]=9
P=39
X[2]=7. X[5]=10 x[1]=3
q=14
Similar questions