Top Posters
Since Sunday
5
k
4
c
4
M
3
t
3
i
3
B
3
k
3
m
3
c
3
o
3
l
3
New Topic  
michlee michlee
wrote...
Posts: 461
4 years ago
What is the output of the following code?

public class Test {
public static void main(String[] args) {
java.math.BigInteger x = new java.math.BigInteger("3");
java.math.BigInteger y = new java.math.BigInteger("7");
x.add(y);
System.out.println(x);
}
}


▸ 10

▸ 3

▸ 11

▸ 4
Textbook 
Introduction to Java Programming, Comprehensive Version

Introduction to Java Programming, Comprehensive Version


Edition: 10th
Author:
Read 87 times
1 Reply
Replies
Answer verified by a subject expert
Nikki_LYNNNikki_LYNN
wrote...
Posts: 390
4 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1

Related Topics

michlee Author
wrote...

4 years ago
You make an excellent tutor!
wrote...

Yesterday
Thank you, thank you, thank you!
wrote...

2 hours ago
Correct Slight Smile TY
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  903 People Browsing
Related Images
  
 297
  
 2483
  
 268
Your Opinion
Do you believe in global warming?
Votes: 422