Part 2 Negative Indexing Sequence Slicing Null-Coalescing Assignment 1. Negative Indexing C# 8.0 allows us to easily retrieve an element from a sequence by specifying how far it is from the end. This feature has been around for years in other...