Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. using System;
  2. public class Tölur
  3. {
  4. public static void Main()
  5. {
  6. Console.WriteLine("Skrifaðu tölu");
  7. string tala = Console.ReadLine();
  8. Console.WriteLine("Talan þín er: " + tala);
  9. Console.ReadKey();
  10. }
  11. }
Add Comment
Please, Sign In to add comment