Question: help with a study guide Reflections (5 points each) 1. Briefly (in one paragraph or less) describe all the steps involved in creating a program

Reflections (5 points each) 1. Briefly (in one paragraph or less) describe all the steps involved in creating a program with the tools we've used. 2. Why do we indent code? 3. Why do we comment code? 4. Why do we use functions? 5. Why do we name variables meaningfully? Details (4 points each) 6. What is the difference between a statement and an expression? 7. j = 5* i; contains both a statement and an expression. Explain. 8. Explain the difference between int and float. 9. Explain the difference between float and double 10. Explain the difference between the while and the do-while loops. Problems: 5 points each Each of these very short programs has something wrong with it. Explain what. Your answers should each be one sentence or less Program 1 Program 3 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
