(c) 2004 Kari Laitinen http://www.naturalprogramming.com 2004-10-28 File created. 2004-11-06 Last modification. The cssolutions folder contains answers to the numbered exercises of my C# book. Below you can find a complete list which describes which .cs file is the solution to which exercise. When a file name is suggested in an exercise, you can find the solution in a file with the suggested name. Usually I have put "KL" to the end of the names of my solution files. This way you can use the suggested file name for your own solution without the possibility to mix your program with my program. When the task in an exercise is to modify a certain file, the name of the solution file begins with the name of the original file. For example, when the task is to modify a file named Whilesum.cs, you should look for the solution in a file whose name looks like Whilesum??????.cs The following is the complete list of solutions: EXERCISE SOLUTION FILE 2-1 SumSolution_2_1.cs 2-2 SumSolution_2_2.cs 5-1 GameLoser.cs 5-2 GameSolution_5_2.cs 5-3 DistanceSolutions.cs 5-4 Distancesolutions.cs 5-5 HeightToCentimeters.cs 5-6 HeightToLightYears.cs 5-7 ConvertTemperature.cs 6-1 Largest4.cs and LargestSmallest4.cs 6-2 CurrencyConverterKL.cs 6-3 SolutionToExercise_6_3.cs 6-4 SolutionToExercise_6_4.cs 6-5 SolutionToExercise_6_5.cs 6-6 Whileodd.cs 6-8 MeanvalueSolution_6_8.cs 6-9 MilesToKilometersTable.cs 6-10 CelsiusToFahrenheitTable.cs 6-10 Codefinder.cs 7-1 ArrayDemoSolution_7_1.cs 7-2 ArrayDemoSolution_7_2.cs 7-3 ArrayDemoSolution_7_3.cs 7-4 ArrayDemoSolution_7_4.cs 7-5 ArrayDemoSolution_7_5.cs 7-6 IntegersLargerThan99.cs 7-7 EvenNumbersInArray.cs 7-7 CelsiusBetter.cs 8-1 StringWideReverse.cs 8-2 StringCharactersCounted.cs 8-3 StringToHexadecimalCodes.cs 8-4 StringToUpperCase.cs 8-5 StringPalindromeCheck.cs 8-6 MarilynSolution_8_6.cs 8-7 MarilynSolution_8_7.cs 8-8 StringInShrinkingPieces.cs 8-9 SplittingSentence.cs 8-10 MonthsHistoryKL.cs 9-1 LettersAndNumbers.cs 9-2 Sums3.cs 9-3 FactorialKL.cs 9-4 BoxKL.cs and BoxMoreElegant.cs 9-5 WidecallKL.cs 9-6 ReverseAndPrintAnArray.cs 9-7 SortingToDescendingOrder.cs 9-8 GetSumOfArrayElements.cs 9-9 Factorial_9_9.cs 9-10 ShowcodeKL.cs