Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

taking input in single line c#

                    var line = Console.ReadLine();
                    var data = line.Split(' ');
                    yrs = int.Parse(data[0]);
                    s = Double.Parse(data[1]);
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# round to 2 decimal places 
Csharp :: unity how to summon an object with code 
Csharp :: how to get executable path in wpf 
Csharp :: backcolor c# hexadecimal 
Csharp :: c# add to start of list 
Csharp :: c# declare empty string array 
Csharp :: contains with ignore case c# 
Csharp :: ef core dbfirst 
Csharp :: dynamics 365 update record c# 
Csharp :: how to make a pause feautre in unity 
Csharp :: why vue cli do not refresh auto in local host 
Csharp :: how to usefor loop in c# 
Csharp :: .net loop through dictionary 
Csharp :: how to run a function as administrator in c# 
Csharp :: unity c# addition class 
Csharp :: c# memorystream to byte array 
Csharp :: Attach Mixer to Audio Source via script 
Csharp :: c# thread sleep 
Csharp :: trnasform ubnity 
Csharp :: car controller script unity 
Csharp :: .net hello world 
Csharp :: remove all letters from string c# 
Csharp :: c# start process and wait for exit code 
Csharp :: transform.rotate unity 
Csharp :: how to run c# code in visual studio code terminal 
Csharp :: c# @ before string 
Csharp :: unity up arrow input 
Csharp :: despicable me 
Csharp :: small modal popup bootstrap 
Csharp :: cs entity framework 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =