Guest User

Untitled

a guest
Oct 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.38 KB | None | 0 0
  1.  
  2.             int totalSum = 0;
  3.             int totalAmount = 0;
  4.  
  5.             Console.Write("Ange totalsumma: ");
  6.             totalSum = int.Parse(Console.ReadLine());
  7.             Console.Write("Ange erhållet belopp: ");
  8.             totalAmount = int.Parse(Console.ReadLine());
  9.  
  10.             Console.WriteLine("\nKVITTO ");
  11.             Console.WriteLine("------------------------");
Add Comment
Please, Sign In to add comment