subject
Computers and Technology, 30.03.2021 09:00 at28235

Assuming that str is not null, what is the purpose of the code segment below? String look = "m";
int x = 0;
for (int i = 0; i < str. length(); i++)
{
String temp = str. substring(i, i+1);
if (temp. equals(look))
{
x++;
}
}
System. out. println(x);
Searching until a particular substring is found
Computing a total sum
Comparing adjacent values
Counting the number of characters that match a particular String

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
question
Computers and Technology, 24.06.2019 02:30
How to apply the fly in effect to objects on a slide
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
Need fast im timed in a paragraph of 125 words, explain at least three ways that engineers explore possible solutions in their projects.
Answers: 2
You know the right answer?
Assuming that str is not null, what is the purpose of the code segment below? String look = "m";
Questions
question
Mathematics, 19.09.2019 17:30
question
Geography, 19.09.2019 17:30
Questions on the website: 13722361