subject
Engineering, 27.11.2019 20:31 parminder44

Ublic class appointment{// date date; private int length; ///public appointment(date thedate, int thelength){//date = thedate; date = new date(thedate); length = thelength; }//copy constructorpublic appointment(appointment another){//this. date = another. date; //made a shallow copy of another. datethis. date = new date(another. date); this. length = another. length; }tostring - returns its representation as a stringpublic string tostring(){return "date: " + date + " length: " + length + " minutes"; }//extend - extends the time by a given amountpublic void extend(int minutes)

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 19:10
An engine, weighing 3000 n, is supported on a pedestal mount. it has been observed that the engine induces vibration into the surrounding area through its pedestal at the maximum operating speed. determine the stiffness of the dynamic vibration absorber spring in (n/m) that will reduce the vibration when mounted on the pedestal. the magnitude of the exciting force is 250 n, and the amplitude of motion of the auxiliary mass is to be limited to 2 mm note: in this question type-in right numbers, no decimals, no fractions, no unit. approximate to right number if needed
Answers: 3
question
Engineering, 04.07.2019 19:20
Asimple speed reducer is composed of 2 spur gears. the pinion gear has a pitch diameter of 0.75" and 36 teeth while the driven gear has a pitch diameter of 4.0" and 192 teeth. a)-what is the diametral pitch of each gear? b)-if an electric motor rotating ccw at 3000 rpm is coupled to the pinion, what is the rotational speed of the driven gear? c)-if the torque delivered to the pinion is 1 n-m, what is the torque on the driven gear? d)-what is the power transmitted by the gear train?
Answers: 1
question
Engineering, 06.07.2019 03:20
Asimply supported beam abc of length l has ab of length hl and second moment of area / and bc of length hl and second moment of area i2. determine the strain energy stored in the beam when it is subject to a vertical load f at its midpoint and the consequential central deflection.
Answers: 2
question
Engineering, 06.07.2019 04:10
Consider a power plant with water as the working fluid that operates on an ideal rankine cycle. it has a net power output of 45mw. superheated steam enters the turbine at 7mpa and 500°c (h=3411.4 kj/kg; s=6.8 kj/kg k) and is cooled in the condenser at a pressure of 10 kpa by running cooling water from a lake through the tubes of the condenser at a rate of 2000 kg/s. (a) show the cycle on a t-s diagram (a right schematic is fine - you do not need to calculate the temperatures at each point); (b)-determine the work done by the turbine and the pump in kj/kg; (c)-the mass flow rate of water used by the power plant; (d)-the thermal efficiency of the cycle; (e)-the temperature rise of the cooling water. assume the cooling water is incompressible with cp 4.18 kj/kg°c.
Answers: 3
You know the right answer?
Ublic class appointment{// date date; private int length; ///public appointment(date thedate, int th...
Questions
question
Mathematics, 18.03.2021 01:30