Advertisements
Advertisements
प्रश्न
The following is a segment of a program:
x = 1; y = 1;
if (n > 0)
{
x = x + l;
y = y +1;
}
What will be the value of x and y, if n assumes a value 1?
थोडक्यात उत्तर
उत्तर
x = 2
y = 2
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.09: Iterative Constructs in Java - EXERCISES [पृष्ठ १२२]