हिंदी

Give the output of the following method definition and also write what mathematical operation it carries out: void test1(int n) { for (int x = 1; x <= n; x++) if (n % x == 0) System.out.println(x); } - Computer Applications

Advertisements
Advertisements

प्रश्न

Give the output of the following method definition and also write what mathematical operation it carries out:

void test1(int n) 
{
for (int x = 1; x <= n; x++) 
if (n % x == 0) 
System.out.println(x); 
}

if 12 is passed to n. 

संक्षेप में उत्तर

उत्तर

1
2
3
4
6
12
(This mathematical operation displays the factors of an integer stored in the variable n).

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 5: User - Defined Methods - EXERCISES [पृष्ठ ३३६]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 5 User - Defined Methods
EXERCISES | Q IV. 1. | पृष्ठ ३३६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×