Advertisement
Weegee

Untitled

Aug 30th, 2010
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1.     int siz1, siz2, siz3;
  2.     printf("Bitte gebe zwei Integer ein: ");
  3.     scanf("%d,%d",&siz1,&siz2);
  4.     siz3 = siz1 + siz2;
  5.     printf("%d + %d = %d\n",siz1,siz2,siz3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement