Question

Given the statement:                     String s = “Hippopotamus”;               &nbsp

  1. Given the statement:

                    String s = “Hippopotamus”;

                    String t = s.lenght() + s.substring(4,7);

       What is the value of t?

PLEASE SHOW THE WORK

0 0
Add a comment Improve this question Transcribed image text
Answer #1

This statement will give an error as the spelling of length is wrong. But if the spelling is correct than output will be "12opo".

Steps:

  1. s.length() = 12
  2. s.substring(4,7) = "opo"

when adding these two number 12 will be converted into string 12.

adding two string i.e: 12 and opo will give "12opo"

Add a comment
Know the answer?
Add Answer to:
Given the statement:                     String s = “Hippopotamus”;               &nbsp
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT