mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 13:57:37 +00:00
Initial commit
This commit is contained in:
parent
de7fb3c192
commit
f277c6acb8
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ int integerNumber = -23;
|
|||
float realNumber = 2.3F;
|
||||
|
||||
// double means double-precision floating point
|
||||
// double is the default type for a number value with a decimal point .
|
||||
double anotherRealNumber = 2.3; // double literal
|
||||
|
||||
// three variables that store the number 2 million
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue