Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

C# Variables

// Here are three types of variables on C#
int (Name Of Variable);
// The int is the classic variable holding numbers and letter.
float (Name Of Variable);
// A float holds number up to 9.99*10 to the 32 power
bool (Name Of Variable);
// A bool holds True or False (simple)
Source by www.w3schools.com #
 
PREVIOUS NEXT
Tagged: #Variables
ADD COMMENT
Topic
Name
1+5 =