subject
Engineering, 03.12.2019 20:31 jasminethomas5159

Rmvtext going inputjava 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 import java. io. file; import java. io. filenotfoundexception; import java. util. scanner; public class rmvtext { public static void main(string[] args) throws filenotfoundexception { string s = args[0]; file file = new file(args[1]); scanner in = new scanner(file); while(in. { string str = in. nextline(); if (str. contains(s)) { str = str. replace(" " +s, ""); } system. out. println(str); } }

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 12:10
On a average work day more than work place firs are reorted
Answers: 1
question
Engineering, 04.07.2019 16:10
An electrical motor raises a 50kg load at a construct velencity .calculate the power of the motor, if it takes 40sec to raise the load through a height of 24m(take g =9.8n/g)
Answers: 2
question
Engineering, 04.07.2019 18:10
An ideal otto cycle with air as the working fluid has a compression ratio of 8. the minimum and maximum temperatures in the cycle are 300 k and 1340 k. use constant specific heats at room temperature to determine (a) the amount of heat transferred to the air during the heat- addition kj/kg, (b) the thermal efficiency, and (c) the thermal efficiency of a carnot cycle ope limits. process, in rating between the same temperature
Answers: 2
question
Engineering, 04.07.2019 18:20
Derive the correction factor formula for conical nozzle i=-(1+ cosa) and calculate the nozzle angle correction factor for a nozzle whose divergence hal-fangle is 13 (hint: assume that all the mass flow originates at the apex of the cone.
Answers: 3
You know the right answer?
Rmvtext going inputjava 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 import java. io. file; impo...
Questions
question
Mathematics, 29.01.2021 16:30