logo

Crowdly

Browser

Add to Chrome

Що буде виведено на екран в результаті роботи наступної програми? class Squar...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що буде виведено на екран в результаті роботи наступної програми?

class Square {

void s (int a, int b) {

System.out.print (a * b);

return a * b;

}

void s (int r) {

System.out.print (3.14 * r * r);

}

}

public class MyClass {

public static void main (String args []) {

Square x = new Square ();

xs (3, 12);

xs (1);

}

}

More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome