English

What will be the output when the following code segment is executed?String s = “1001”;int x = Integer. valueOf(s);double y = Double.valueOf(s);System.out.println(“x=”+x);System.out.println(“y=”+y); - Computer Applications

Advertisements
Advertisements

Question

What will be the output when the following code segment is  executed?
String s = “1001”;
int x = Integer. valueOf(s);
double y = Double.valueOf(s);
System.out.println(“x=”+x);
System.out.println(“y=”+y); 

Short Answer

Solution

The output is:
x = 1001
y = 1001.000000

shaalaa.com
  Is there an error in this question or solution?
Chapter 2: Library Classes - Review Insight [Page 175]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 2 Library Classes
Review Insight | Q 3. (a) | Page 175
Avichal Computer Applications [English] Class 10 ICSE
Chapter 4 String Handling
Review Insight | Q 10. | Page 285
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×