subject
Engineering, 26.02.2020 21:30 vanessa791

String sentence;

String str1, str2, str3, str4;

int length1;

sentence = " First exam is on Monday. " ;

str1 = sentence. substring(6, 12);

str2 = str1.substring(0, 4);

str3 = sentence. replace( ' i ' , ' # ' );

str4 = sentence. indexOf( "on" );

length1 = sentence. length();

1. Based on the code above, what is the value of str2?

ansver
Answers: 1

Other questions on the subject: Engineering

image
Engineering, 03.07.2019 14:10, volleyballfun24
If the thermal strain developed in polyimide film during deposition is given as 0.0044. assume room temperature is kept at 17.3 c, and thermal coefficient of expansion for the film and the substrate are 54 x 10^-6c^-1 and 3.3 x 10^-6c^-1respectively. calculate the deposition temperature.
Answers: 3
image
Engineering, 03.07.2019 23:20, abbz13
Two technicians are discussing the intake air temperature (iat) sensor. technician a says that the computer uses the iat sensor as a backup to the engine coolant temperature (ect) sensor. technician b says that the powertrain control module (pcm) will subtract the calculated amount of fuel if the air measures hot. who is correct
Answers: 3
image
Engineering, 04.07.2019 12:10, Ryantimes2
On a average work day more than work place firs are reorted
Answers: 1
image
Engineering, 04.07.2019 16:10, Arealbot
The force on a cutting tool are 2600n vertically downward and 2100 horizontal. determine the resultant force acting on the tool and the angle at which it acts.
Answers: 1
You know the right answer?
String sentence;

String str1, str2, str3, str4;

int length1;

...

Questions in other subjects: