C# Multiple Variables
Declare Many Variables
To declare more than one variable of the same type, use a comma-separated list:
You can also assign the same value to multiple variables in one line:
Exercise?What is this?
Test your skills by answering a few questions about the topics of this page
How can you declare multiple variables of the same type in one line?