Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public int Count (int x, int y)
  2. {
  3. // Como conservar o valor da variavel
  4. int valor = x;
  5. valor *= y;
  6.  
  7. return valor;
  8. }
Add Comment
Please, Sign In to add comment