Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# name script

Console.Write("What's your first name?  ");
string firstname = Console.ReadLine();
Console.Write("What's your last name?  ");
string lastname = Console.ReadLine();
string fullname = ("G'day " + firstname + " " + lastname);
Console.WriteLine(fullname);
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# bitwise and 
Csharp :: != in f# 
Csharp :: replace filename extension c# 
Csharp :: Alll select options unselectable 
Csharp :: c# logical operators 
Csharp :: c# add field to expando object 
Csharp :: quick watch in visual studio 
Csharp :: fetch post .net 
Csharp :: how to pass value to anothe form c# winform 
Csharp :: finding holydays asp.net 
Csharp :: iqkeyboardmanagerswift 
Csharp :: how to make a c# encrypt and decrypt string cmd 
Csharp :: c# is file closed 
Csharp :: open full screen wpf 
Csharp :: blazor data annotation diaply name 
Csharp :: how to remove something in c# 
Csharp :: my context class is in different project and i want migration in different project in asp.net mvc 
Csharp :: c# rotate sum array 
Csharp :: C++ program obtein volume in windows 
Csharp :: Adding number of day remaining to future date from now 
Csharp :: c# encrypt folder SHA512 
Csharp :: cluster size C: powerschell 
Csharp :: c# dictionary key set 
Csharp :: how to get odd saturday in a month in c# 
Csharp :: reflection static method c# 
Csharp :: How to enumerate an enum 
Csharp :: get all the file from directory except txt in c# 
Csharp :: print the top view of the binary tree 
Csharp :: c# open folder in explorer zugriff verweigert 
Csharp :: nullable 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =