Engineering
Engineering, 30.11.2019 07:31, ineedhelp2285

// this program is supposed to display every fifth year // starting with 2017; that is, 2017, 2022, 2027, 2032, // and so on, for 30 years. start declarations num year num start_year = 2017 num factor = 5 num end_year = 30 year = start_year while year < = end_year output year endif stop 1. what problems do you see in this logic? 2. show corrected pseudocode to fix the problems. 3. is there another way the code can be corrected and still have the same outcome? if so, describe. 4. implement your pseudocode in either raptor or vba. (submit this file) 5. does it work? you must test your code before submitting and indicate if the program functions according to the assignment description. explain.

answer
Answers: 2

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, niyawilliams23
Asingle-geared blanking press has a stroke of 200 mm and a rated capacity of 320 kn. a cam driven ram is assumed to be capable of delivering the full press load at constant force during the last 15 percent of a constant-velocity stroke. the camshaft has an average speed of 90 rev/min and is geared to the flywheel shaft at a 6: 1 ratio. the total work done is to include an allowance of 16 percent for friction a) estimate the maximum energy fluctuation b) find the rim weight for an effective diameter of 1.2 m and a coefficient of speed fluctuation of 0.10
Answers: 1
image
Engineering, 04.07.2019 18:10, Talos02
Burgers vector is generally parallel to the dislocation line. a)-true b)-false
Answers: 2
image
Engineering, 04.07.2019 18:10, agpraga23ovv65c
Carbon dioxide gas expands isotherm a turbine from 1 mpa, 500 k at 200 kpa. assuming the ideal gas model and neglecting the kinetic and potential energies, determine the change in entropy, heat transfer and work for each kilogram of co2.
Answers: 2
image
Engineering, 04.07.2019 18:10, ijohnh14
Shafts are machine elements that are used to a) carry axial loads b) direct shear loads c) transmit power d) rotate at constant speed e) none of the above circular and square shafts subjected to the same torque under the same circum behave a) the same way b) almost the same way
Answers: 2
Do you know the correct answer?
// this program is supposed to display every fifth year // starting with 2017; that is, 2017, 2022,...

Questions in other subjects:

Konu
Social Studies, 26.07.2019 00:50