Check out example codes for "intialize multiple variavles in c#". It will help you in understanding the concepts better.
Code Example 1
int i = 5, y = 10, x = 100;
//once the variables are intialized if you wanna assign the
// same amount to multiple variables
i = y = x = 100;
Learn ReactJs, React Native from akashmittal.com