mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Initial commit
This commit is contained in:
parent
de7fb3c192
commit
f277c6acb8
|
|
@ -9,6 +9,7 @@ int integerNumber = -23;
|
||||||
float realNumber = 2.3F;
|
float realNumber = 2.3F;
|
||||||
|
|
||||||
// double means double-precision floating point
|
// 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
|
double anotherRealNumber = 2.3; // double literal
|
||||||
|
|
||||||
// three variables that store the number 2 million
|
// three variables that store the number 2 million
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ int integerNumber = -23;
|
||||||
float realNumber = 2.3F;
|
float realNumber = 2.3F;
|
||||||
|
|
||||||
// double means double-precision floating point
|
// 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
|
double anotherRealNumber = 2.3; // double literal
|
||||||
|
|
||||||
// three variables that store the number 2 million
|
// three variables that store the number 2 million
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue