Question: Using string class methods ( length ) Given the following declaration: String s = 7 birds and 1 2 cats; Evaluate the expression: s

Using string class methods (length)
Given the following declaration: String s ="7 birds and 12 cats";
Evaluate the expression: s.length()
Given two String variables, s1 and s2, to determine if they are the same length, which of the following conditions would you use?
a)(s1.equals(s2))
b)(s1.length() equals(s2))
c)(s1.length().equals(s2.length())
d)(s1.length ()== s2. length ()
 Using string class methods (length) Given the following declaration: String s

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!