English

Give the output of the following method definition and also write what mathematical operation it carries out: void test2(int a, int b) { while( a != b) { if ( a > b) a = a - b; else a = b - a; } - Computer Applications

Advertisements
Advertisements

Question

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

void test2(int a, int b)
{
    while( a != b)
    {
      if ( a > b)
        a = a − b;
      else
        a = b − a;  
    }
    System.out.println(a);
}

if 4 and 17 are passed to the function.

Answer in Brief

Solution

1
(The mathematical process performed is to display the HCF of two numbers).

shaalaa.com
  Is there an error in this question or solution?
Chapter 5: User - Defined Methods - EXERCISES [Page 336]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 5 User - Defined Methods
EXERCISES | Q IV. 2. | Page 336
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×