Advertisement
lena-my

concatenation

Jun 6th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | Software | 0 0
  1. Console.WriteLine("Veuillez entrer une chaîne de caractères: ");
  2. string userEntry1 = Console.ReadLine();
  3. string userEntry2 = Console.ReadLine();
  4. Console.WriteLine("Vous avez entré la chaîne de caractères: " + userEntry1 + userEntry2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement