mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-01-23 08:20:18 +01:00
Initial commit
This commit is contained in:
parent
f277c6acb8
commit
34c95f7739
|
|
@ -22,7 +22,7 @@ something = new[] { 3, 5, 7 };
|
|||
// property named Length
|
||||
Console.WriteLine($"Length is {something.Length}");
|
||||
|
||||
var population = 66_000_000; // 66 million in UK
|
||||
var population = 67_000_000; // 67 million in UK
|
||||
var weight = 1.88; // in kilograms
|
||||
var price = 4.99M; // in pounds sterling
|
||||
var fruit = "Apples"; // strings use double-quotes
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ something = new[] { 3, 5, 7 };
|
|||
// property named Length
|
||||
Console.WriteLine($"Length is {something.Length}");
|
||||
|
||||
var population = 66_000_000; // 66 million in UK
|
||||
var population = 67_000_000; // 67 million in UK
|
||||
var weight = 1.88; // in kilograms
|
||||
var price = 4.99M; // in pounds sterling
|
||||
var fruit = "Apples"; // strings use double-quotes
|
||||
|
|
|
|||
Loading…
Reference in a new issue