subject
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.

ansver
Answers: 2

Another question on Engineering

question
Engineering, 03.07.2019 23:20
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
question
Engineering, 04.07.2019 18:10
Steel is coated with a thin layer of ceramic to protect against corrosion. what do you expect to happen to the coating when the temperature of the steel is increased significantly? explain.
Answers: 1
question
Engineering, 04.07.2019 18:10
Abrake has a normal braking torque of 2.8 kip in and heat-dissipating cast-iron surfaces whose mass is 40 lbm. suppose a load is brought to rest in 8.0 s from an initial angular speed of 1600 rev/min using the normal braking torque; estimate the temperature rise of the heat dissipating surfaces.
Answers: 3
question
Engineering, 04.07.2019 18:10
An air conditioning system consist of a 5 cm diameter pipe, operating at a pressure of 200 kpa. the air initially enters the pipe at 15°c with a velocity of 20 m/s and relative humidity of 80%. if the heat supply throughout the process is 960 w, determine the relative humidity and the temperature at the outlet
Answers: 3
You know the right answer?
// this program is supposed to display every fifth year // starting with 2017; that is, 2017, 2022,...
Questions
question
Mathematics, 28.06.2019 15:30
question
Chemistry, 28.06.2019 15:30