Bonus
https://github.com/owill8/ITP--136/blob/master/week%207%20project/Program.cs
Would my code follow these rules:
Use a For Loop to loop through your code based on the number of bags entered(in method).
Use a While Loop to loop through your code based on the number of seats entered(in method).
GitHub
ITP--136/week 7 project/Program.cs at master · owill8/ITP--136
Contribute to owill8/ITP--136 development by creating an account on GitHub.
9 Replies
sorry but this is very difficult to read the way it's formatted
don't use more than one blank line in a row and use consistent indentation
Ngl, if I was grading this, I would dock a lot of points for the messed up indentation and 8 bajillion redundant newlines
I believe VS can reformat for you, look in the Edit menu.
maybe it's the "sparse code" technique
tbh this is pretty common in my experience
anyway the rules things seems correct at least
“sparse code technique”?
it's a joke on sparse matrix
I did the new lines for better format but the indentation is from all the changing because I first had the methods as void.
Are you meaning the console.writelines?
Thank you
All this whitespace
GitHub
ITP--136/week 7 project/Program.cs at master · owill8/ITP--136
Contribute to owill8/ITP--136 development by creating an account on GitHub.
updated one