subject
Engineering, 13.11.2019 01:31 JamesLachoneus

// this program is supposed to display every fifth year // starting with 2017; that is, 2017, 2022, 2027, 2032, // and so on, for 30 years. startdeclarations num yearnum start_year = 2017num factor = 5 num end_year = 30 year = start_year while year < = end_year output year endifstop (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 14:10
Explain the difference laminar and turbulent flow. explain it with the shear stress and the velocity profiles.
Answers: 1
question
Engineering, 03.07.2019 14:10
When at a point two solid phase changes to one solid phase on cooling then it is known as a) eutectoid point b) eutectic point c) peritectic point d) peritectoid point
Answers: 3
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 18:10
Refrigerant 134a enters an insulated compressor operating at steady state as saturated vapor at -26°c with a volumetric flow rate of 0.18 m3/s. refrigerant exits at 9 bar, 70°c. changes in kinetic and potential energy from inlet to exit can be ignored. determine the volumetric flow rate at the exit, in m3/s, and the compressor power, in kw.
Answers: 1
You know the right answer?
// this program is supposed to display every fifth year // starting with 2017; that is, 2017, 2022,...
Questions
question
Physics, 21.04.2020 16:19
Questions on the website: 13722367