English

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

Question

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.

Answer in Brief

Solution

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

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. 4. | Page 336
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×