The Cobra programming language has a useful feature where you can use underscores in numeric literals to improve readability. For example, the following are equivalent, but
Yes you can do this with C # 7.0 as shown here
public const long BillionsAndBillions = 100_000_000_000;