Computer Science, asked by rohanrk223, 7 hours ago


int x=15,y=10; if(x>y) { if(y>5) System.out.println(“Y=”+y); } else System.out.println(“X=”+x);​

Answers

Answered by INDnaman
0

Answer:

for (int s = 1; s <=100; s++) {

for (int m = 1; m <= 100; m++) {

if (condition)

System.out.println("Susan is " + s + " and Matt is " + m);

}

}

A. s == (m - 5) && (2 * s + 3) == (m + 3)

B. (s == m - 5) && (s - 3 == 2 * (m - 3))

C. (s == (m + 5)) && ((s + 3) == (2 * m + 3))

D. s == m + 5 && s + 3 == 2 * m + 6

E. None of the above is correct.

Answered by BrainlyJossh
0

Ratio of chair and table = 3:7Let Price of table be xPrice of table = 441Ratio of chair and table = x:441Therefore 3:7 = x:4413/7 = x/4413*441

Similar questions