├── LICENSE.txt ├── 9781484233177 ├── Chapter 10 │ ├── 6 Vat │ │ ├── Vat │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Vat.exe │ │ │ │ │ ├── Vat.pdb │ │ │ │ │ └── Vat.csprojResolveAssemblyReference.cache │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Vat.exe │ │ │ │ │ ├── Vat.pdb │ │ │ │ │ └── Vat.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Vat │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Rounding │ │ ├── Rounding │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Rounding.exe │ │ │ │ │ └── Rounding.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Rounding.exe │ │ │ │ ├── Rounding.pdb │ │ │ │ └── Rounding.vshost.exe │ │ └── .vs │ │ │ └── Rounding │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Total price │ │ ├── Total price │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Total price.exe │ │ │ │ │ └── Total price.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Total price.exe │ │ │ │ ├── Total price.pdb │ │ │ │ └── Total price.vshost.exe │ │ └── .vs │ │ │ └── Total price │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Commissions │ │ ├── Commissions │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Commissions.exe │ │ │ │ │ └── Commissions.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Commissions.exe │ │ │ │ ├── Commissions.pdb │ │ │ │ └── Commissions.vshost.exe │ │ └── .vs │ │ │ └── Commissions │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Further rounding │ │ ├── Further rounding │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Further rounding │ │ │ └── v14 │ │ │ └── .suo │ └── 1 Currency conversion │ │ ├── Currency conversion │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Currency conversion │ │ └── v14 │ │ └── .suo ├── Chapter 11 │ ├── 5 Utc │ │ ├── Utc │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Utc.exe │ │ │ │ │ ├── Utc.pdb │ │ │ │ │ └── Utc.csprojResolveAssemblyReference.cache │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Utc.exe │ │ │ │ │ ├── Utc.pdb │ │ │ │ │ └── Utc.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Utc │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Date input │ │ ├── Date input │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Date input.exe │ │ │ │ │ └── Date input.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Date input.exe │ │ │ │ ├── Date input.pdb │ │ │ │ └── Date input.vshost.exe │ │ └── .vs │ │ │ └── Date input │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Single month │ │ ├── Single month │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Single month.exe │ │ │ │ │ └── Single month.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Single month.exe │ │ │ │ ├── Single month.pdb │ │ │ │ └── Single month.vshost.exe │ │ └── .vs │ │ │ └── Single month │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Year quarter │ │ ├── Year quarter │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Year quarter.exe │ │ │ │ │ └── Year quarter.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Year quarter.exe │ │ │ │ ├── Year quarter.pdb │ │ │ │ └── Year quarter.vshost.exe │ │ └── .vs │ │ │ └── Year quarter │ │ │ └── v14 │ │ │ └── .suo │ └── 4 Date difference │ │ ├── Date difference │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Date difference │ │ └── v14 │ │ └── .suo ├── Chapter 20 │ ├── 4 Die │ │ ├── Die │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Die.exe │ │ │ │ │ └── Die.pdb │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Die.exe │ │ │ │ │ ├── Die.pdb │ │ │ │ │ └── Die.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Die │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Repeating the same │ │ ├── Repeating the same │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Repeating the same │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Repeating similar │ │ ├── Repeating similar │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Repeating similar │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Repeating similar using loop │ │ └── Repeating similar using loop │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── 2 Repeating the same using loop │ │ └── Repeating the same using loop │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 3 Choosing number of repetitions │ │ └── Choosing number of repetitions │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 18 │ ├── 1 Soccer │ │ ├── Soccer │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Soccer.exe │ │ │ │ │ └── Soccer.pdb │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Soccer.exe │ │ │ │ │ ├── Soccer.pdb │ │ │ │ │ └── Soccer.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Soccer │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Linear equation │ │ ├── Linear equation │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Linear equation │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Quadratic equation │ │ ├── Quadratic equation │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Quadratic equation │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Soccer alternatively │ │ ├── Soccer alternatively │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Soccer alternatively │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Minimum of three numbers │ │ └── Minimum of three numbers │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 4 Minimum with built-in function │ │ └── Minimum with built-in function │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 25 │ ├── 2 Power │ │ ├── Power │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Power.exe │ │ │ │ │ └── Power.pdb │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Power.exe │ │ │ │ │ ├── Power.pdb │ │ │ │ │ └── Power.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Power │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Sine │ │ ├── Sine │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ └── Sine.csproj.FileListAbsolute.txt │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── Sine.vshost.exe │ │ │ └── App.config │ │ └── .vs │ │ │ └── Sine │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Moon landing │ │ ├── Moon landing │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ └── Moon landing.csproj.FileListAbsolute.txt │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ └── Moon landing.vshost.exe │ │ └── .vs │ │ │ └── Moon landing │ │ │ └── v14 │ │ │ └── .suo │ └── 1 Thanks God is Friday │ │ ├── Thanks God is Friday │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Thanks God is Friday │ │ └── v14 │ │ └── .suo ├── Chapter 06 │ ├── 2 Tomorrow │ │ ├── Tomorrow │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Tomorrow.exe │ │ │ │ │ └── Tomorrow.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Tomorrow.exe │ │ │ │ ├── Tomorrow.pdb │ │ │ │ └── Tomorrow.vshost.exe │ │ └── .vs │ │ │ └── Tomorrow │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Two dice │ │ ├── Two dice │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Two dice.exe │ │ │ │ │ └── Two dice.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Two dice.exe │ │ │ │ ├── Two dice.pdb │ │ │ │ └── Two dice.vshost.exe │ │ └── .vs │ │ │ └── Two dice │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Single die │ │ ├── Single die │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Single die.exe │ │ │ │ │ └── Single die.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Single die.exe │ │ │ │ ├── Single die.pdb │ │ │ │ └── Single die.vshost.exe │ │ └── .vs │ │ │ └── Single die │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Text of month │ │ ├── Text of month │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Text of month.exe │ │ │ │ │ └── Text of month.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Text of month.exe │ │ │ │ └── Text of month.pdb │ │ └── .vs │ │ │ └── Text of month │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Specific day │ │ ├── Specific day │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ └── Specific day.vshost.exe │ │ └── .vs │ │ │ └── Specific day │ │ │ └── v14 │ │ │ └── .suo │ └── 6 Path to desktop │ │ ├── Path to desktop │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Path to desktop │ │ └── v14 │ │ └── .suo ├── Chapter 08 │ ├── 5 Ten more │ │ ├── Ten more │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Ten more.exe │ │ │ │ │ └── Ten more.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Ten more.exe │ │ │ │ ├── Ten more.pdb │ │ │ │ └── Ten more.vshost.exe │ │ └── .vs │ │ │ └── Ten more │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Addition │ │ ├── Addition │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Addition.exe │ │ │ │ │ └── Addition.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Addition.exe │ │ │ │ ├── Addition.pdb │ │ │ │ └── Addition.vshost.exe │ │ └── .vs │ │ │ └── Addition │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Text input │ │ ├── Text input │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Text input.exe │ │ │ │ │ └── Text input.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Text input.exe │ │ │ │ ├── Text input.pdb │ │ │ │ └── Text input.vshost.exe │ │ └── .vs │ │ │ └── Text input │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Better input │ │ ├── Better input │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Better input.exe │ │ │ │ │ └── Better input.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Better input.exe │ │ │ │ ├── Better input.pdb │ │ │ │ └── Better input.vshost.exe │ │ └── .vs │ │ │ └── Better input │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Numeric input │ │ ├── Numeric input │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Numeric input.exe │ │ │ │ │ └── Numeric input.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Numeric input.exe │ │ │ │ └── Numeric input.pdb │ │ └── .vs │ │ │ └── Numeric input │ │ │ └── v14 │ │ │ └── .suo │ ├── 8 Localized number input │ │ ├── Localized number input │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Localized number input │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Treating incorrect input │ │ └── Treating incorrect input │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 4 Calculation with entered number │ │ └── Calculation with entered number │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 12 │ ├── 3 Overflow │ │ ├── Overflow │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Overflow.exe │ │ │ │ │ └── Overflow.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Overflow.exe │ │ │ │ ├── Overflow.pdb │ │ │ │ └── Overflow.vshost.exe │ │ └── .vs │ │ │ └── Overflow │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Memory consumption │ │ ├── Memory consumption │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Memory consumption │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Overflow treatment │ │ ├── Overflow treatment │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Overflow treatment │ │ │ └── v14 │ │ │ └── .suo │ └── 1 Numeric type ranges │ │ ├── Numeric type ranges │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Numeric type ranges │ │ └── v14 │ │ └── .suo ├── Chapter 13 │ ├── 1 Ten more │ │ ├── Ten more │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Ten more.exe │ │ │ │ │ └── Ten more.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Ten more.exe │ │ │ │ ├── Ten more.pdb │ │ │ │ └── Ten more.vshost.exe │ │ └── .vs │ │ │ └── Ten more │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Multiple text join │ │ ├── Multiple text join │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Multiple text join │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Compound assignment │ │ ├── Compound assignment │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Compound assignment │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Progressive summation │ │ ├── Progressive summation │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Progressive summation │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Increment and decrement │ │ ├── Increment and decrement │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Increment and decrement │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Further compound assignments │ │ └── Further compound assignments │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 5 Compound assignment and texts │ │ └── Compound assignment and texts │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 24 │ ├── 3 Greatest │ │ ├── Greatest │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Greatest.exe │ │ │ │ │ └── Greatest.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Greatest.exe │ │ │ │ ├── Greatest.pdb │ │ │ │ └── Greatest.vshost.exe │ │ └── .vs │ │ │ └── Greatest │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Second greatest │ │ ├── Second greatest │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Second greatest │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Sum of entered numbers │ │ ├── Sum of entered numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Sum of entered numbers │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Product of entered numbers │ │ └── Product of entered numbers │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 5 Output of all entered names │ │ └── Output of all entered names │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 03 │ ├── 2 Calculation │ │ ├── Calculation │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Calculation.exe │ │ │ │ │ └── Calculation.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Calculation.exe │ │ │ │ ├── Calculation.pdb │ │ │ │ └── Calculation.vshost.exe │ │ └── .vs │ │ │ └── Calculation │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Text join │ │ ├── Text join │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Text join.exe │ │ │ │ │ └── Text join.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Text join.exe │ │ │ │ ├── Text join.pdb │ │ │ │ └── Text join.vshost.exe │ │ └── .vs │ │ │ └── Text join │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 One and one │ │ ├── One and one │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── One and one.exe │ │ │ │ │ └── One and one.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── One and one.exe │ │ │ │ ├── One and one.pdb │ │ │ │ └── One and one.vshost.exe │ │ └── .vs │ │ │ └── One and one │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Numeric output │ │ ├── Numeric output │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Numeric output │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Special characters │ │ ├── Special characters │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Special characters │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Preformatted text │ │ ├── Preformatted text │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Preformatted text │ │ │ └── v14 │ │ │ └── .suo │ └── 3 More complex calculation │ │ ├── More complex calculation │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── More complex calculation │ │ └── v14 │ │ └── .suo ├── Chapter 04 │ ├── 3 One and one │ │ ├── One and one │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── One and one.exe │ │ │ │ │ └── One and one.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── One and one.exe │ │ │ │ ├── One and one.pdb │ │ │ │ └── One and one.vshost.exe │ │ └── .vs │ │ │ └── One and one │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Storing text │ │ ├── Storing text │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Storing text.exe │ │ │ │ │ └── Storing text.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Storing text.exe │ │ │ │ ├── Storing text.pdb │ │ │ │ └── Storing text.vshost.exe │ │ └── .vs │ │ │ └── Storing text │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Storing number │ │ ├── Storing number │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Storing number.exe │ │ │ │ │ └── Storing number.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Storing number.exe │ │ │ │ └── Storing number.pdb │ │ └── .vs │ │ │ └── Storing number │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Decimal numbers │ │ ├── Decimal numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Decimal numbers │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Logical values │ │ ├── Logical values │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Logical values.exe │ │ │ │ │ └── Logical values.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Logical values.exe │ │ │ │ └── Logical values.pdb │ │ └── .vs │ │ │ └── Logical values │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Grand combination │ │ ├── Grand combination │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Grand combination │ │ │ └── v14 │ │ │ └── .suo │ └── 4 Calculations with variables │ │ └── Calculations with variables │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 17 │ ├── 1 Yes or no │ │ ├── Yes or no │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Yes or no.exe │ │ │ │ │ └── Yes or no.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Yes or no.exe │ │ │ │ ├── Yes or no.pdb │ │ │ │ └── Yes or no.vshost.exe │ │ └── .vs │ │ │ └── Yes or no │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Two users │ │ ├── Two users │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Two users.exe │ │ │ │ │ └── Two users.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Two users.exe │ │ │ │ ├── Two users.pdb │ │ │ │ └── Two users.vshost.exe │ │ └── .vs │ │ │ └── Two users │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Grade check │ │ ├── Grade check │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Grade check.exe │ │ │ │ │ └── Grade check.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Grade check.exe │ │ │ │ ├── Grade check.pdb │ │ │ │ └── Grade check.vshost.exe │ │ └── .vs │ │ │ └── Grade check │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Yes or no reversed │ │ ├── Yes or no reversed │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Yes or no reversed │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Better range check │ │ ├── Better range check │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Better range check │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Username and password │ │ ├── Username and password │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Username and password │ │ │ └── v14 │ │ │ └── .suo │ └── 4 Precalculation of conditions │ │ └── Precalculation of conditions │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 22 │ ├── 1 Every other │ │ ├── Every other │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ └── Every other.vshost.exe │ │ └── .vs │ │ │ └── Every other │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Two in row │ │ ├── Two in row │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Two in row.exe │ │ │ │ │ └── Two in row.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Two in row.exe │ │ │ │ ├── Two in row.pdb │ │ │ │ └── Two in row.vshost.exe │ │ └── .vs │ │ │ └── Two in row │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Second powers │ │ ├── Second powers │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Second powers.exe │ │ │ │ │ └── Second powers.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Second powers.exe │ │ │ │ └── Second powers.pdb │ │ └── .vs │ │ │ └── Second powers │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Descending series │ │ ├── Descending series │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Descending series │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Decimal numbers (correctly) │ │ ├── Decimal numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Decimal numbers │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Decimal numbers (incorrectly) │ │ ├── Decimal numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Decimal numbers │ │ │ └── v14 │ │ │ └── .suo │ ├── 8 Two independent series │ │ ├── Two independent series │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Two independent series │ │ │ └── v14 │ │ │ └── .suo │ └── 2 Every other alternatively │ │ └── Every other alternatively │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 09 │ ├── 1 Decimal input │ │ ├── Decimal input │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Decimal input │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Basic arithmetic │ │ ├── Basic arithmetic │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Basic arithmetic │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Integer division │ │ ├── Integer division │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Integer division │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Localized numeric input │ │ ├── Localized numeric input │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Localized numeric input │ │ │ └── v14 │ │ │ └── .suo │ └── 4 Mathematical functions │ │ ├── Mathematical functions │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Mathematical functions │ │ └── v14 │ │ └── .suo ├── Chapter 15 │ ├── 3 Length check │ │ ├── Length check │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Length check.exe │ │ │ │ │ └── Length check.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Length check.exe │ │ │ │ ├── Length check.pdb │ │ │ │ └── Length check.vshost.exe │ │ └── .vs │ │ │ └── Length check │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Password input │ │ ├── Password input │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Password input.exe │ │ │ │ │ └── Password input.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Password input.exe │ │ │ │ └── Password input.pdb │ │ └── .vs │ │ │ └── Password input │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Positive numbers │ │ ├── Positive numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Positive numbers │ │ │ └── v14 │ │ │ └── .suo │ ├── 7 Without braces │ │ ├── Without braces │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Without braces │ │ │ └── v14 │ │ │ └── .suo │ ├── 8 Greater of two │ │ ├── Greater of two │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Greater of two.exe │ │ │ │ │ └── Greater of two.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Greater of two.exe │ │ │ │ └── Greater of two.pdb │ │ └── .vs │ │ │ └── Greater of two │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Reversed condition │ │ ├── Reversed condition │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Reversed condition │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Case indifference │ │ ├── Case indifference │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Case indifference │ │ │ └── v14 │ │ │ └── .suo │ ├── 10 Using math function │ │ ├── Using math function │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Using math function │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Odd and even numbers │ │ ├── Odd and even numbers │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Odd and even numbers │ │ │ └── v14 │ │ │ └── .suo │ └── 9 Without else branch │ │ ├── Without else branch │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Without else branch │ │ └── v14 │ │ └── .suo ├── Chapter 16 │ ├── 2 Head and tail │ │ ├── Head and tail │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Head and tail.exe │ │ │ │ │ └── Head and tail.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Head and tail.exe │ │ │ │ └── Head and tail.pdb │ │ └── .vs │ │ │ └── Head and tail │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Deadline check │ │ ├── Deadline check │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Deadline check.exe │ │ │ │ │ └── Deadline check.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Deadline check.exe │ │ │ │ └── Deadline check.pdb │ │ └── .vs │ │ │ └── Deadline check │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Switch statement │ │ ├── Switch statement │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Switch statement │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Invoice date check │ │ ├── Invoice date check │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Invoice date check │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Appending extension │ │ ├── Appending extension │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Appending extension │ │ │ └── v14 │ │ │ └── .suo │ └── 5 Spanish day of week │ │ ├── Spanish day of week │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Spanish day of week │ │ └── v14 │ │ └── .suo ├── Chapter 21 │ ├── 1 Choosing text │ │ ├── Choosing text │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ │ │ ├── Choosing text.exe │ │ │ │ │ └── Choosing text.pdb │ │ │ └── bin │ │ │ │ └── Debug │ │ │ │ ├── Choosing text.exe │ │ │ │ └── Choosing text.pdb │ │ └── .vs │ │ │ └── Choosing text │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Alternating loop │ │ ├── Alternating loop │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Alternating loop │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Alternating loop 2 │ │ ├── Alternating loop 2 │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Alternating loop 2 │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Alternating loop 3 │ │ ├── Alternating loop 3 │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Alternating loop 3 │ │ │ └── v14 │ │ │ └── .suo │ └── 5 Rock scissors paper │ │ ├── Rock scissors paper │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Rock scissors paper │ │ └── v14 │ │ └── .suo ├── Chapter 02 │ └── 1 My first program │ │ ├── My first program │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── My first program │ │ └── v14 │ │ └── .suo ├── Chapter 05 │ ├── 1 What time is it │ │ ├── What time is it │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── What time is it │ │ │ └── v14 │ │ │ └── .suo │ ├── 3 Date components │ │ ├── Date components │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Date components │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 What date is today │ │ ├── What date is today │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── What date is today │ │ │ └── v14 │ │ │ └── .suo │ ├── 5 Environment object │ │ ├── Environment object │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Environment object │ │ │ └── v14 │ │ │ └── .suo │ └── 4 Date components (without using) │ │ └── Date components (without using) │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Chapter 07 │ ├── 1 Texts as objects │ │ ├── Texts as objects │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Texts as objects │ │ │ └── v14 │ │ │ └── .suo │ ├── 4 Localized output │ │ ├── Localized output │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Localized output │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Numbers as objects │ │ ├── Numbers as objects │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Numbers as objects │ │ │ └── v14 │ │ │ └── .suo │ └── 3 Number formatting │ │ ├── Number formatting │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ └── Number formatting │ │ └── v14 │ │ └── .suo ├── Chapter 23 │ ├── 5 Until second six │ │ ├── Until second six │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Until second six │ │ │ └── v14 │ │ │ └── .suo │ ├── 1 Entering password │ │ ├── Entering password │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Entering password │ │ │ └── v14 │ │ │ └── .suo │ ├── 2 Waiting for descend │ │ ├── Waiting for descend │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ └── .vs │ │ │ └── Waiting for descend │ │ │ └── v14 │ │ │ └── .suo │ ├── 6 Until two sixes in a row │ │ └── Until two sixes in a row │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── 3 Every week until end of year │ │ └── Every week until end of year │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── 4 As long as six is being thrown │ │ └── As long as six is being thrown │ │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── Chapter 19 │ ├── 2 Summary evaluation │ ├── Summary evaluation │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── .vs │ │ └── Summary evaluation │ │ └── v14 │ │ └── .suo │ ├── 1 Conditional operator │ ├── Conditional operator │ │ └── obj │ │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── .vs │ │ └── Conditional operator │ │ └── v14 │ │ └── .suo │ └── 3 Second character test │ ├── Second character test │ └── obj │ │ └── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ └── .vs │ └── Second character test │ └── v14 │ └── .suo └── 9781484233177.jpg /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177.jpg -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/1 Every other/Every other/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/1 Every other/Every other/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/1 Every other/Every other/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/3 Specific day/Specific day/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/3 Specific day/Specific day/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/3 Specific day/Specific day/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/1 Decimal input/Decimal input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/1 Decimal input/Decimal input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/1 Decimal input/Decimal input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/Moon landing/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/Moon landing/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/Moon landing/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 02/1 My first program/My first program/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 02/1 My first program/My first program/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 02/1 My first program/My first program/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/1 Numeric output/Numeric output/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/1 Numeric output/Numeric output/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/1 Numeric output/Numeric output/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/6 Decimal numbers/Decimal numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/6 Decimal numbers/Decimal numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/6 Decimal numbers/Decimal numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/1 What time is it/What time is it/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/1 What time is it/What time is it/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/1 What time is it/What time is it/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/3 Date components/Date components/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/3 Date components/Date components/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/3 Date components/Date components/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/6 Path to desktop/Path to desktop/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/6 Path to desktop/Path to desktop/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 06/6 Path to desktop/Path to desktop/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/1 Texts as objects/Texts as objects/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/1 Texts as objects/Texts as objects/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/1 Texts as objects/Texts as objects/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/4 Localized output/Localized output/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/4 Localized output/Localized output/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/4 Localized output/Localized output/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/3 Basic arithmetic/Basic arithmetic/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/3 Basic arithmetic/Basic arithmetic/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/3 Basic arithmetic/Basic arithmetic/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/5 Integer division/Integer division/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/5 Integer division/Integer division/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/5 Integer division/Integer division/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/5 Further rounding/Further rounding/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/5 Further rounding/Further rounding/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/5 Further rounding/Further rounding/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/4 Date difference/Date difference/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/4 Date difference/Date difference/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/4 Date difference/Date difference/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/4 Positive numbers/Positive numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/4 Positive numbers/Positive numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/4 Positive numbers/Positive numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/7 Without braces/Without braces/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/7 Without braces/Without braces/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/7 Without braces/Without braces/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/6 Switch statement/Switch statement/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/6 Switch statement/Switch statement/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/6 Switch statement/Switch statement/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/5 Linear equation/Linear equation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/5 Linear equation/Linear equation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/5 Linear equation/Linear equation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/2 Alternating loop/Alternating loop/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/2 Alternating loop/Alternating loop/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/2 Alternating loop/Alternating loop/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/5 Until second six/Until second six/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/5 Until second six/Until second six/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/5 Until second six/Until second six/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/4 Second greatest/Second greatest/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/4 Second greatest/Second greatest/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/4 Second greatest/Second greatest/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/5 Special characters/Special characters/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/5 Special characters/Special characters/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/5 Special characters/Special characters/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/6 Preformatted text/Preformatted text/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/6 Preformatted text/Preformatted text/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/6 Preformatted text/Preformatted text/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/5 Grand combination/Grand combination/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/5 Grand combination/Grand combination/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/5 Grand combination/Grand combination/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/2 What date is today/What date is today/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/2 What date is today/What date is today/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/2 What date is today/What date is today/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/5 Environment object/Environment object/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/5 Environment object/Environment object/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/5 Environment object/Environment object/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/2 Numbers as objects/Numbers as objects/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/2 Numbers as objects/Numbers as objects/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/2 Numbers as objects/Numbers as objects/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/3 Number formatting/Number formatting/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/3 Number formatting/Number formatting/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 07/3 Number formatting/Number formatting/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/2 Memory consumption/Memory consumption/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/2 Memory consumption/Memory consumption/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/2 Memory consumption/Memory consumption/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/4 Overflow treatment/Overflow treatment/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/4 Overflow treatment/Overflow treatment/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/4 Overflow treatment/Overflow treatment/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/7 Multiple text join/Multiple text join/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/7 Multiple text join/Multiple text join/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/7 Multiple text join/Multiple text join/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/2 Reversed condition/Reversed condition/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/2 Reversed condition/Reversed condition/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/2 Reversed condition/Reversed condition/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/6 Case indifference/Case indifference/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/6 Case indifference/Case indifference/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/6 Case indifference/Case indifference/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/4 Invoice date check/Invoice date check/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/4 Invoice date check/Invoice date check/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/4 Invoice date check/Invoice date check/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/5 Yes or no reversed/Yes or no reversed/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/5 Yes or no reversed/Yes or no reversed/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/5 Yes or no reversed/Yes or no reversed/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/7 Better range check/Better range check/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/7 Better range check/Better range check/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/7 Better range check/Better range check/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/6 Quadratic equation/Quadratic equation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/6 Quadratic equation/Quadratic equation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/6 Quadratic equation/Quadratic equation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/2 Summary evaluation/Summary evaluation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/2 Summary evaluation/Summary evaluation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/2 Summary evaluation/Summary evaluation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/1 Repeating the same/Repeating the same/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/1 Repeating the same/Repeating the same/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/1 Repeating the same/Repeating the same/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/5 Repeating similar/Repeating similar/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/5 Repeating similar/Repeating similar/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/5 Repeating similar/Repeating similar/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/3 Alternating loop 2/Alternating loop 2/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/3 Alternating loop 2/Alternating loop 2/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/3 Alternating loop 2/Alternating loop 2/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/4 Alternating loop 3/Alternating loop 3/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/4 Alternating loop 3/Alternating loop 3/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/4 Alternating loop 3/Alternating loop 3/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/3 Descending series/Descending series/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/3 Descending series/Descending series/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/3 Descending series/Descending series/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/1 Entering password/Entering password/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/1 Entering password/Entering password/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/1 Entering password/Entering password/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/1 Currency conversion/Currency conversion/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/1 Currency conversion/Currency conversion/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/1 Currency conversion/Currency conversion/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/1 Numeric type ranges/Numeric type ranges/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/1 Numeric type ranges/Numeric type ranges/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 12/1 Numeric type ranges/Numeric type ranges/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/2 Compound assignment/Compound assignment/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/2 Compound assignment/Compound assignment/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/2 Compound assignment/Compound assignment/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/6 Progressive summation/Progressive summation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/6 Progressive summation/Progressive summation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/6 Progressive summation/Progressive summation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/10 Using math function/Using math function/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/10 Using math function/Using math function/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/10 Using math function/Using math function/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/5 Odd and even numbers/Odd and even numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/5 Odd and even numbers/Odd and even numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/5 Odd and even numbers/Odd and even numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/9 Without else branch/Without else branch/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/9 Without else branch/Without else branch/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 15/9 Without else branch/Without else branch/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/1 Appending extension/Appending extension/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/1 Appending extension/Appending extension/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/1 Appending extension/Appending extension/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/5 Spanish day of week/Spanish day of week/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/5 Spanish day of week/Spanish day of week/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 16/5 Spanish day of week/Spanish day of week/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/2 Username and password/Username and password/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/2 Username and password/Username and password/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/2 Username and password/Username and password/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/2 Soccer alternatively/Soccer alternatively/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/2 Soccer alternatively/Soccer alternatively/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/2 Soccer alternatively/Soccer alternatively/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/1 Conditional operator/Conditional operator/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/1 Conditional operator/Conditional operator/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/1 Conditional operator/Conditional operator/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/3 Second character test/Second character test/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/3 Second character test/Second character test/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 19/3 Second character test/Second character test/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/5 Rock scissors paper/Rock scissors paper/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/5 Rock scissors paper/Rock scissors paper/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 21/5 Rock scissors paper/Rock scissors paper/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/5 Decimal numbers (correctly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/5 Decimal numbers (correctly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/5 Decimal numbers (correctly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/2 Waiting for descend/Waiting for descend/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/2 Waiting for descend/Waiting for descend/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/2 Waiting for descend/Waiting for descend/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/1 Thanks God is Friday/Thanks God is Friday/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/1 Thanks God is Friday/Thanks God is Friday/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/1 Thanks God is Friday/Thanks God is Friday/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/8 Localized number input/Localized number input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/8 Localized number input/Localized number input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/8 Localized number input/Localized number input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/2 Localized numeric input/Localized numeric input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/2 Localized numeric input/Localized numeric input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/2 Localized numeric input/Localized numeric input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/4 Mathematical functions/Mathematical functions/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/4 Mathematical functions/Mathematical functions/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 09/4 Mathematical functions/Mathematical functions/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/4 Increment and decrement/Increment and decrement/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/4 Increment and decrement/Increment and decrement/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/4 Increment and decrement/Increment and decrement/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/4 Decimal numbers (incorrectly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/4 Decimal numbers (incorrectly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/4 Decimal numbers (incorrectly)/Decimal numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/8 Two independent series/Two independent series/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/8 Two independent series/Two independent series/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/8 Two independent series/Two independent series/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/1 Sum of entered numbers/Sum of entered numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/1 Sum of entered numbers/Sum of entered numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/1 Sum of entered numbers/Sum of entered numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/3 More complex calculation/More complex calculation/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/3 More complex calculation/More complex calculation/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/3 More complex calculation/More complex calculation/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/7 Treating incorrect input/Treating incorrect input/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/7 Treating incorrect input/Treating incorrect input/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/7 Treating incorrect input/Treating incorrect input/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/3 Minimum of three numbers/Minimum of three numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/3 Minimum of three numbers/Minimum of three numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/3 Minimum of three numbers/Minimum of three numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/2 Every other alternatively/Every other alternatively/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/2 Every other alternatively/Every other alternatively/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/2 Every other alternatively/Every other alternatively/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/6 Until two sixes in a row/Until two sixes in a row/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/6 Until two sixes in a row/Until two sixes in a row/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/6 Until two sixes in a row/Until two sixes in a row/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/2 Product of entered numbers/Product of entered numbers/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/2 Product of entered numbers/Product of entered numbers/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/2 Product of entered numbers/Product of entered numbers/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/4 Calculations with variables/Calculations with variables/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/4 Calculations with variables/Calculations with variables/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/4 Calculations with variables/Calculations with variables/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/3 Further compound assignments/Further compound assignments/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/3 Further compound assignments/Further compound assignments/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/3 Further compound assignments/Further compound assignments/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/4 Precalculation of conditions/Precalculation of conditions/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/4 Precalculation of conditions/Precalculation of conditions/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 17/4 Precalculation of conditions/Precalculation of conditions/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/6 Repeating similar using loop/Repeating similar using loop/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/6 Repeating similar using loop/Repeating similar using loop/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/6 Repeating similar using loop/Repeating similar using loop/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/3 Every week until end of year/Every week until end of year/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/3 Every week until end of year/Every week until end of year/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/3 Every week until end of year/Every week until end of year/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/5 Output of all entered names/Output of all entered names/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/5 Output of all entered names/Output of all entered names/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 24/5 Output of all entered names/Output of all entered names/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/4 Date components (without using)/Date components (without using)/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/4 Date components (without using)/Date components (without using)/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 05/4 Date components (without using)/Date components (without using)/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/4 Calculation with entered number/Calculation with entered number/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/4 Calculation with entered number/Calculation with entered number/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 08/4 Calculation with entered number/Calculation with entered number/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/5 Compound assignment and texts/Compound assignment and texts/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/5 Compound assignment and texts/Compound assignment and texts/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 13/5 Compound assignment and texts/Compound assignment and texts/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/4 Minimum with built-in function/Minimum with built-in function/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/4 Minimum with built-in function/Minimum with built-in function/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 18/4 Minimum with built-in function/Minimum with built-in function/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/2 Repeating the same using loop/Repeating the same using loop/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/2 Repeating the same using loop/Repeating the same using loop/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/2 Repeating the same using loop/Repeating the same using loop/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/3 Choosing number of repetitions/Choosing number of repetitions/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/3 Choosing number of repetitions/Choosing number of repetitions/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 20/3 Choosing number of repetitions/Choosing number of repetitions/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/4 As long as six is being thrown/As long as six is being thrown/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/4 As long as six is being thrown/As long as six is being thrown/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 23/4 As long as six is being thrown/As long as six is being thrown/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/.vs/Vat/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/.vs/Vat/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/.vs/Utc/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/.vs/Utc/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/.vs/Die/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/.vs/Die/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/.vs/Sine/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/3 Sine/.vs/Sine/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/obj/Debug/Die.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/Die/obj/Debug/Die.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/obj/Debug/Die.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/Die/obj/Debug/Die.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/.vs/Power/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/.vs/Power/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/.vs/Soccer/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/.vs/Soccer/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/.vs/Tomorrow/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/.vs/Tomorrow/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/.vs/Two dice/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/.vs/Two dice/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/.vs/Ten more/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/.vs/Ten more/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/.vs/Addition/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/.vs/Addition/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/.vs/Rounding/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/.vs/Rounding/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/.vs/Overflow/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/.vs/Overflow/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/.vs/Ten more/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/.vs/Ten more/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/.vs/Greatest/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/.vs/Greatest/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/obj/Debug/Sine.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\mP\!Knihy\C# (A)\DK4 (Loops)\Téma 4-6 (More difficult loops)\Programs\Sine\Sine\bin\Debug\Sine.exe.config 2 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/.vs/Text join/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/.vs/Text join/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/bin/Debug/Vat.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/bin/Debug/Utc.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/.vs/Yes or no/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/.vs/Yes or no/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/.vs/Two users/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/.vs/Two users/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/4 Die/Die/bin/Debug/Die.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/obj/Debug/Power.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/Power/obj/Debug/Power.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/obj/Debug/Power.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/Power/obj/Debug/Power.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/.vs/Single die/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/.vs/Single die/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/.vs/Text input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/.vs/Text input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/.vs/Date input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/.vs/Date input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/Soccer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/Soccer.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/Soccer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/Soccer/obj/Debug/Soccer.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/.vs/Two in row/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/.vs/Two in row/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/bin/Debug/Sine.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/3 Sine/Sine/bin/Debug/Sine.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/.vs/Calculation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/.vs/Calculation/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/.vs/One and one/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/.vs/One and one/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/.vs/Storing text/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/.vs/Storing text/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/.vs/One and one/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/.vs/One and one/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/3 Specific day/.vs/Specific day/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/3 Specific day/.vs/Specific day/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/.vs/Better input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/.vs/Better input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/.vs/Total price/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/.vs/Total price/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/.vs/Commissions/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/.vs/Commissions/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/.vs/Single month/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/.vs/Single month/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/.vs/Year quarter/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/.vs/Year quarter/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/.vs/Length check/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/.vs/Length check/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/.vs/Grade check/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/.vs/Grade check/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/1 Every other/.vs/Every other/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/1 Every other/.vs/Every other/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/2 Power/Power/bin/Debug/Power.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/.vs/Moon landing/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/4 Moon landing/.vs/Moon landing/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/.vs/Text of month/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/1 Text of month/.vs/Text of month/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/Tomorrow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/Tomorrow.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/Tomorrow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/Tomorrow/obj/Debug/Tomorrow.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/Two dice.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/Two dice.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/Two dice.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/Two dice/obj/Debug/Two dice.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/.vs/Numeric input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/3 Numeric input/.vs/Numeric input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/Ten more.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/Ten more.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/Ten more.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/Ten more/obj/Debug/Ten more.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/Addition.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/Addition.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/Addition.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/Addition/obj/Debug/Addition.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 09/1 Decimal input/.vs/Decimal input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 09/1 Decimal input/.vs/Decimal input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/Rounding.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/Rounding.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/Rounding.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/Rounding/obj/Debug/Rounding.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/Overflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/Overflow.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/Overflow.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/Overflow/obj/Debug/Overflow.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/Ten more.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/Ten more.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/Ten more.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/Ten more/obj/Debug/Ten more.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/.vs/Head and tail/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/2 Head and tail/.vs/Head and tail/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/.vs/Choosing text/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/1 Choosing text/.vs/Choosing text/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/.vs/Second powers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/6 Second powers/.vs/Second powers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/Greatest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/Greatest.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/Greatest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/Greatest/obj/Debug/Greatest.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 03/1 Numeric output/.vs/Numeric output/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/1 Numeric output/.vs/Numeric output/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/Text join.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/Text join.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/Text join.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/Text join/obj/Debug/Text join.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/.vs/Storing number/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/2 Storing number/.vs/Storing number/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/.vs/Logical values/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/7 Logical values/.vs/Logical values/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/.vs/Password input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/1 Password input/.vs/Password input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/7 Without braces/.vs/Without braces/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/7 Without braces/.vs/Without braces/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/.vs/Greater of two/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/8 Greater of two/.vs/Greater of two/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/.vs/Deadline check/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/3 Deadline check/.vs/Deadline check/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/Yes or no.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/Yes or no.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/Yes or no.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/Yes or no/obj/Debug/Yes or no.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/Two users.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/Two users.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/Two users.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/Two users/obj/Debug/Two users.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/1 Soccer/Soccer/bin/Debug/Soccer.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/6 Decimal numbers/.vs/Decimal numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/6 Decimal numbers/.vs/Decimal numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 05/1 What time is it/.vs/What time is it/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 05/1 What time is it/.vs/What time is it/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 05/3 Date components/.vs/Date components/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 05/3 Date components/.vs/Date components/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/6 Path to desktop/.vs/Path to desktop/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/6 Path to desktop/.vs/Path to desktop/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/4 Date difference/.vs/Date difference/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/4 Date difference/.vs/Date difference/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 18/5 Linear equation/.vs/Linear equation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/5 Linear equation/.vs/Linear equation/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 24/4 Second greatest/.vs/Second greatest/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/4 Second greatest/.vs/Second greatest/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 02/1 My first program/.vs/My first program/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 02/1 My first program/.vs/My first program/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 03/6 Preformatted text/.vs/Preformatted text/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/6 Preformatted text/.vs/Preformatted text/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 04/5 Grand combination/.vs/Grand combination/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/5 Grand combination/.vs/Grand combination/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/2 Tomorrow/Tomorrow/bin/Debug/Tomorrow.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/Single die.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/Single die.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/Single die.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/Single die/obj/Debug/Single die.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/5 Two dice/Two dice/bin/Debug/Two dice.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 07/1 Texts as objects/.vs/Texts as objects/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 07/1 Texts as objects/.vs/Texts as objects/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 07/3 Number formatting/.vs/Number formatting/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 07/3 Number formatting/.vs/Number formatting/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 07/4 Localized output/.vs/Localized output/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 07/4 Localized output/.vs/Localized output/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/Text input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/Text input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/Text input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/Text input/obj/Debug/Text input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/5 Ten more/Ten more/bin/Debug/Ten more.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/6 Addition/Addition/bin/Debug/Addition.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 09/3 Basic arithmetic/.vs/Basic arithmetic/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 09/3 Basic arithmetic/.vs/Basic arithmetic/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 09/5 Integer division/.vs/Integer division/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 09/5 Integer division/.vs/Integer division/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/4 Rounding/Rounding/bin/Debug/Rounding.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/5 Further rounding/.vs/Further rounding/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/5 Further rounding/.vs/Further rounding/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/Date input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/Date input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/Date input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/Date input/obj/Debug/Date input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/3 Overflow/Overflow/bin/Debug/Overflow.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/1 Ten more/Ten more/bin/Debug/Ten more.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/4 Positive numbers/.vs/Positive numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/4 Positive numbers/.vs/Positive numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/6 Case indifference/.vs/Case indifference/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/6 Case indifference/.vs/Case indifference/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/6 Switch statement/.vs/Switch statement/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/6 Switch statement/.vs/Switch statement/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 20/5 Repeating similar/.vs/Repeating similar/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/5 Repeating similar/.vs/Repeating similar/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/2 Alternating loop/.vs/Alternating loop/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/2 Alternating loop/.vs/Alternating loop/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/3 Descending series/.vs/Descending series/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/3 Descending series/.vs/Descending series/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/Two in row.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/Two in row.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/Two in row.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/Two in row/obj/Debug/Two in row.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 23/1 Entering password/.vs/Entering password/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 23/1 Entering password/.vs/Entering password/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 23/5 Until second six/.vs/Until second six/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 23/5 Until second six/.vs/Until second six/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/3 Greatest/Greatest/bin/Debug/Greatest.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/Calculation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/Calculation.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/Calculation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/Calculation/obj/Debug/Calculation.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/4 Text join/Text join/bin/Debug/Text join.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/5 Special characters/.vs/Special characters/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/5 Special characters/.vs/Special characters/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/One and one.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/One and one.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/One and one.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/One and one/obj/Debug/One and one.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/One and one.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/One and one.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/One and one.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/One and one/obj/Debug/One and one.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 05/2 What date is today/.vs/What date is today/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 05/2 What date is today/.vs/What date is today/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 05/5 Environment object/.vs/Environment object/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 05/5 Environment object/.vs/Environment object/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 07/2 Numbers as objects/.vs/Numbers as objects/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 07/2 Numbers as objects/.vs/Numbers as objects/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/Total price.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/Total price.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/Total price.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/Total price/obj/Debug/Total price.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/Commissions.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/Commissions.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/Commissions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/Commissions/obj/Debug/Commissions.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 12/2 Memory consumption/.vs/Memory consumption/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/2 Memory consumption/.vs/Memory consumption/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 12/4 Overflow treatment/.vs/Overflow treatment/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/4 Overflow treatment/.vs/Overflow treatment/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 13/7 Multiple text join/.vs/Multiple text join/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/7 Multiple text join/.vs/Multiple text join/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/2 Reversed condition/.vs/Reversed condition/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/2 Reversed condition/.vs/Reversed condition/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/4 Invoice date check/.vs/Invoice date check/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/4 Invoice date check/.vs/Invoice date check/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/1 Yes or no/Yes or no/bin/Debug/Yes or no.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/3 Two users/Two users/bin/Debug/Two users.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/5 Yes or no reversed/.vs/Yes or no reversed/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/5 Yes or no reversed/.vs/Yes or no reversed/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/Grade check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/Grade check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/Grade check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/Grade check/obj/Debug/Grade check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/7 Better range check/.vs/Better range check/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/7 Better range check/.vs/Better range check/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 18/6 Quadratic equation/.vs/Quadratic equation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/6 Quadratic equation/.vs/Quadratic equation/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 19/2 Summary evaluation/.vs/Summary evaluation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 19/2 Summary evaluation/.vs/Summary evaluation/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 20/1 Repeating the same/.vs/Repeating the same/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 20/1 Repeating the same/.vs/Repeating the same/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/3 Alternating loop 2/.vs/Alternating loop 2/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/3 Alternating loop 2/.vs/Alternating loop 2/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/4 Alternating loop 3/.vs/Alternating loop 3/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/4 Alternating loop 3/.vs/Alternating loop 3/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/Storing text.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/Storing text.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/Storing text.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/Storing text/obj/Debug/Storing text.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/4 Single die/Single die/bin/Debug/Single die.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/1 Text input/Text input/bin/Debug/Text input.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/Better input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/Better input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/Better input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/Better input/obj/Debug/Better input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 10/1 Currency conversion/.vs/Currency conversion/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/1 Currency conversion/.vs/Currency conversion/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/1 Date input/Date input/bin/Debug/Date input.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/Single month.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/Single month.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/Single month.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/Single month/obj/Debug/Single month.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/Year quarter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/Year quarter.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/Year quarter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/Year quarter/obj/Debug/Year quarter.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 12/1 Numeric type ranges/.vs/Numeric type ranges/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 12/1 Numeric type ranges/.vs/Numeric type ranges/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 13/2 Compound assignment/.vs/Compound assignment/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/2 Compound assignment/.vs/Compound assignment/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/10 Using math function/.vs/Using math function/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/10 Using math function/.vs/Using math function/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/Length check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/Length check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/Length check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/Length check/obj/Debug/Length check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/9 Without else branch/.vs/Without else branch/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/9 Without else branch/.vs/Without else branch/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/1 Appending extension/.vs/Appending extension/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/1 Appending extension/.vs/Appending extension/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/5 Spanish day of week/.vs/Spanish day of week/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/5 Spanish day of week/.vs/Spanish day of week/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/5 Rock scissors paper/.vs/Rock scissors paper/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/5 Rock scissors paper/.vs/Rock scissors paper/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/7 Two in row/Two in row/bin/Debug/Two in row.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 23/2 Waiting for descend/.vs/Waiting for descend/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 23/2 Waiting for descend/.vs/Waiting for descend/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/bin/Debug/Text of month.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/1 Text of month/Text of month/bin/Debug/Text of month.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/bin/Debug/Text of month.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/1 Text of month/Text of month/bin/Debug/Text of month.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/Text of month.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/Text of month.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/Text of month.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/1 Text of month/Text of month/obj/Debug/Text of month.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/bin/Debug/Numeric input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/3 Numeric input/Numeric input/bin/Debug/Numeric input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/bin/Debug/Numeric input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/3 Numeric input/Numeric input/bin/Debug/Numeric input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/Numeric input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/Numeric input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/Numeric input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/3 Numeric input/Numeric input/obj/Debug/Numeric input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/5 Odd and even numbers/.vs/Odd and even numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/5 Odd and even numbers/.vs/Odd and even numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/bin/Debug/Head and tail.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/2 Head and tail/Head and tail/bin/Debug/Head and tail.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/bin/Debug/Head and tail.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/2 Head and tail/Head and tail/bin/Debug/Head and tail.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/Head and tail.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/Head and tail.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/Head and tail.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/2 Head and tail/Head and tail/obj/Debug/Head and tail.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 18/2 Soccer alternatively/.vs/Soccer alternatively/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 18/2 Soccer alternatively/.vs/Soccer alternatively/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 19/1 Conditional operator/.vs/Conditional operator/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 19/1 Conditional operator/.vs/Conditional operator/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/bin/Debug/Choosing text.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/1 Choosing text/Choosing text/bin/Debug/Choosing text.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/bin/Debug/Choosing text.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/1 Choosing text/Choosing text/bin/Debug/Choosing text.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/Choosing text.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/Choosing text.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/Choosing text.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 21/1 Choosing text/Choosing text/obj/Debug/Choosing text.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/bin/Debug/Second powers.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/6 Second powers/Second powers/bin/Debug/Second powers.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/bin/Debug/Second powers.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/6 Second powers/Second powers/bin/Debug/Second powers.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/Second powers.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/Second powers.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/Second powers.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/6 Second powers/Second powers/obj/Debug/Second powers.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 25/1 Thanks God is Friday/.vs/Thanks God is Friday/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/1 Thanks God is Friday/.vs/Thanks God is Friday/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/Moon landing/obj/Debug/Moon landing.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | D:\mP\!Knihy\C# (A)\DK4 (Loops)\Téma 4-6 (More difficult loops)\Programs\Moon landing\Moon landing\bin\Debug\Moon landing.exe.config 2 | -------------------------------------------------------------------------------- /9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/2 Calculation/Calculation/bin/Debug/Calculation.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/7 One and one/One and one/bin/Debug/One and one.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/bin/Debug/Storing number.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/2 Storing number/Storing number/bin/Debug/Storing number.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/bin/Debug/Storing number.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/2 Storing number/Storing number/bin/Debug/Storing number.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/Storing number.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/Storing number.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/Storing number.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/2 Storing number/Storing number/obj/Debug/Storing number.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/3 One and one/One and one/bin/Debug/One and one.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/bin/Debug/Logical values.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/7 Logical values/Logical values/bin/Debug/Logical values.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/bin/Debug/Logical values.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/7 Logical values/Logical values/bin/Debug/Logical values.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/Logical values.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/Logical values.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/Logical values.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/7 Logical values/Logical values/obj/Debug/Logical values.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 08/8 Localized number input/.vs/Localized number input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/8 Localized number input/.vs/Localized number input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 09/4 Mathematical functions/.vs/Mathematical functions/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 09/4 Mathematical functions/.vs/Mathematical functions/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/2 Total price/Total price/bin/Debug/Total price.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/3 Commissions/Commissions/bin/Debug/Commissions.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 10/6 Vat/Vat/obj/Debug/Vat.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/5 Utc/Utc/obj/Debug/Utc.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /9781484233177/Chapter 13/6 Progressive summation/.vs/Progressive summation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/6 Progressive summation/.vs/Progressive summation/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/bin/Debug/Password input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/1 Password input/Password input/bin/Debug/Password input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/bin/Debug/Password input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/1 Password input/Password input/bin/Debug/Password input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/Password input.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/Password input.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/Password input.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/1 Password input/Password input/obj/Debug/Password input.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/bin/Debug/Greater of two.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/8 Greater of two/Greater of two/bin/Debug/Greater of two.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/bin/Debug/Greater of two.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/8 Greater of two/Greater of two/bin/Debug/Greater of two.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/Greater of two.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/Greater of two.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/Greater of two.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/8 Greater of two/Greater of two/obj/Debug/Greater of two.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/bin/Debug/Deadline check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/3 Deadline check/Deadline check/bin/Debug/Deadline check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/bin/Debug/Deadline check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/3 Deadline check/Deadline check/bin/Debug/Deadline check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/Deadline check.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/Deadline check.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/Deadline check.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 16/3 Deadline check/Deadline check/obj/Debug/Deadline check.pdb -------------------------------------------------------------------------------- /9781484233177/Chapter 17/2 Username and password/.vs/Username and password/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/2 Username and password/.vs/Username and password/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 17/6 Grade check/Grade check/bin/Debug/Grade check.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 19/3 Second character test/.vs/Second character test/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 19/3 Second character test/.vs/Second character test/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 20/4 Die/Die/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 22/1 Every other/Every other/bin/Debug/Every other.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/1 Every other/Every other/bin/Debug/Every other.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 22/4 Decimal numbers (incorrectly)/.vs/Decimal numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/4 Decimal numbers (incorrectly)/.vs/Decimal numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/5 Decimal numbers (correctly)/.vs/Decimal numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/5 Decimal numbers (correctly)/.vs/Decimal numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 22/8 Two independent series/.vs/Two independent series/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 22/8 Two independent series/.vs/Two independent series/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 24/1 Sum of entered numbers/.vs/Sum of entered numbers/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 24/1 Sum of entered numbers/.vs/Sum of entered numbers/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 25/3 Sine/Sine/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 04/1 Storing text/Storing text/bin/Debug/Storing text.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 06/3 Specific day/Specific day/bin/Debug/Specific day.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 06/3 Specific day/Specific day/bin/Debug/Specific day.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 08/2 Better input/Better input/bin/Debug/Better input.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 09/2 Localized numeric input/.vs/Localized numeric input/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 09/2 Localized numeric input/.vs/Localized numeric input/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/2 Single month/Single month/bin/Debug/Single month.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 11/3 Year quarter/Year quarter/bin/Debug/Year quarter.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 13/4 Increment and decrement/.vs/Increment and decrement/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 13/4 Increment and decrement/.vs/Increment and decrement/v14/.suo -------------------------------------------------------------------------------- /9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 15/3 Length check/Length check/bin/Debug/Length check.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 18/1 Soccer/Soccer/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/2 Power/Power/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /9781484233177/Chapter 25/4 Moon landing/Moon landing/bin/Debug/Moon landing.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 25/4 Moon landing/Moon landing/bin/Debug/Moon landing.vshost.exe -------------------------------------------------------------------------------- /9781484233177/Chapter 03/3 More complex calculation/.vs/More complex calculation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/charp-programming-for-absolute-begs/HEAD/9781484233177/Chapter 03/3 More complex calculation/.vs/More complex calculation/v14/.suo --------------------------------------------------------------------------------