C
C#5mo ago
tisky1964

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
Jimmacle
Jimmacle5mo ago
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
jcotton42
jcotton425mo ago
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.
this_is_pain
this_is_pain5mo ago
maybe it's the "sparse code" technique tbh this is pretty common in my experience anyway the rules things seems correct at least
jcotton42
jcotton425mo ago
“sparse code technique”?
this_is_pain
this_is_pain5mo ago
it's a joke on sparse matrix
tisky1964
tisky1964OP5mo ago
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
jcotton42
jcotton425mo ago
All this whitespace
No description
tisky1964
tisky1964OP5mo ago
updated one

Did you find this page helpful?