Changes to file structure for VSCode and bug fixes

This commit is contained in:
Louise Brown
2022-11-14 13:51:40 +00:00
parent 7fd908108a
commit caee190d05
41 changed files with 346 additions and 124 deletions

View File

@@ -13,7 +13,7 @@ void PopulateTheArray ( int Size, int ArrayData[])
}
// Simple function do display contents an integer array
// Simple function to display contents of an integer array
void DisplayTheArray ( int Size, int ArrayData[])
{
int i; // Variable to use in our loop