Question: hi i need to do this lab report help pls Assignment/Problem Description: What were you required to implement? This is a word-for-word reiteration of the
hi i need to do this lab report help pls
Assignment/Problem Description: What were you required to implement?
This is a word-for-word reiteration of the problem given to you.
Discussion:
- Solution/Program Description:A brief description of what your program does, including how your program works. For example, you might state whether your solution is recursive or iterative.
- Pseudocode or Flowchart: Include your program design materials: either your pseudocode or your flowchart (or both).
- Major Implementation Issues:What were the most difficult parts of your program to implement?
- Screenshots: Be sure to provide a screenshot of a successful run of your program. If you were not able to successfully complete your lab, you should embed a screenshot of the unsuccessful run ( compiler errors ).
Known Bugs and/or Errors: List all the known bugs and/or errors of your program.
After extensively testing your program, you should be aware of (nearly) every issue it has. How does your program handle bad input? How does your program handle edge cases? This section is a space for full-disclosure; whats wrong with your program? ( "No known bugs" is NOT a correct answer and will NOT receive points. )
Lessons Learned:
- What went well
- What you would do differently next time
#include #include #include
using namespace std;
int main() { vector vect; double weight, sum, avg, max; for(int i = 1; i > weight; vect.push_back(weight); } cout 
Upload your lab report (in .pdf file format ONLY). Make sure you have entered all required information, including a screenshot of a(n) successful/unsuccessful run of your lab. Lab Report Report Format: Your report should follow the below format. Make sure to include all sections. You can review the grading rubric for this report below. Assignment/Problem Description: What were you required to implement? This is a word-for-word reiteration of the problem given to you. Discussion: Solution/Program Description:A brief description of what your program does, including how your program works. For example, you might state whether your solution is recursive or iterative. Pseudocode or Flowchart: Include your program design materials: either your pseudocode or your flowchart (or both). Major Implementation Issues:What were the most difficult parts of your program to implement? Screenshots: Be sure to provide a screenshot of a successful run of your program. If you were not able to successfully complete your lab, you should embed a screenshot of the unsuccessful run (compiler errors). Known Bugs and/or Errors: List all the known bugs and/or errors of your program. After extensively testing your program, you should be aware of (nearly) every issue it has. How does your program handle bad input? How does your program handle edge cases? This section is a space for full-disclosure; what's wrong with your program? ("No known bugs" is NOT a correct answer and will NOT receive points.) Lessons Learned: What went well What you would do differently next time General Tips It is expected that you use as much formal language as you can. There should be no emphasis placed on "expressing yourself" or "keeping it interesting": a programming lab report is not a narrative. In a lab report, it is important to get to the point. Be descriptive enough that your audience can understand the problem and your solution, but strive to be concise. Focus on the work accomplished rather than the process used to complete the work