हिंदी

Give the output of the following method definition and also write what mathematical operation it carries out: void test4(String x, String y) { if(x.compareTo(y) > 0) System.out.println(x); else - Computer Applications

Advertisements
Advertisements

प्रश्न

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

void test4(String x, String y)
{
    if(x.compareTo(y) > 0)
        System.out.println(x);
    else
        System.out.println(y);
}

if "AMIT" and "AMAN" are passed to the method.

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

उत्तर

AMIT
(The math procedure involves comparing two strings and displaying the bigger string using compareTo()).

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

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×