Difference between revisions of "2020 - Companies can keep running even though they have a large negative balance, allow companies to go bankrupt and stop trading"
(Created page with "=Create boolean in Company Class for bankrupt= =Create a method in Company Class to check for bankrupt= =Edit ProcessDayEnd code to only process if company is not bankrupt=...") |
(→Edit ProcessDayEnd code to only process if company is not bankrupt) |
||
Line 3: | Line 3: | ||
=Create a method in Company Class to check for bankrupt= | =Create a method in Company Class to check for bankrupt= | ||
+ | =Edit ProcessDayEnd code to add a line a the start to CheckBankrupt= | ||
=Edit ProcessDayEnd code to only process if company is not bankrupt= | =Edit ProcessDayEnd code to only process if company is not bankrupt= | ||
Latest revision as of 11:13, 18 December 2019
Contents
- 1 Create boolean in Company Class for bankrupt
- 2 Create a method in Company Class to check for bankrupt
- 3 Edit ProcessDayEnd code to add a line a the start to CheckBankrupt
- 4 Edit ProcessDayEnd code to only process if company is not bankrupt
- 5 Edit AddVisitToNearestOutlet code to only process if company not bankrupt
- 6 Edit GetDetails to display business bankrupt