Horje
taking input in single line c# Code Example
taking input in single line c#
                    var line = Console.ReadLine();
                    var data = line.Split(' ');
                    yrs = int.Parse(data[0]);
                    s = Double.Parse(data[1]);




Csharp

Related
how to usefor loop in c# Code Example how to usefor loop in c# Code Example
bubble sort in c# Code Example bubble sort in c# Code Example
c# for statement Code Example c# for statement Code Example
stop program event in unity code Code Example stop program event in unity code Code Example
search the third word in string in c# Code Example search the third word in string in c# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9