Please enable JavaScript.
Coggle requires JavaScript to display documents.
C# (Data Types, Control Structures, Things in a C# Program, Console Input…
C#
-
-
-
-
variables
-
-
const
-
when u put this, the value cannot be changed
Conversion
-
ToDouble()
-
Convert.ToInt32(c)
Math.Round(Convert.ToInt32(c),2)
To change it to 2 decimal places
-
-
-
-
-
-
-