how to declare two int variables in only one line csharp

Code Example - how to declare two int variables in only one line csharp

                
                        int x=10, y=5;