math4finance
General
Algebra
Geometry
Coordinate-geometry
Statistics
Calculus
math4finance
math4finance
Home
General
Algebra
Geometry
Coordinate-geometry
Statistics
Calculus
MATH SOLVE
Home
General
String x = 5 Int y=2 System.out.println(x+y)
11 months ago
Q:
String x = 5 Int y=2 System.out.println(x+y)
Accepted Solution
A:
Since the string x = 5 can be converted into numerical value, (x + y) = (5 + 2) = 7