Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.     public int wykonajPrzelew()
  2.     {
  3.         float stanKonta = 25000.00f;
  4.         EditText editText = (EditText)findViewById(R.id.iloscET);
  5.         String sK = editText.getText().toString();
  6.         int stanKontaKK = Integer.parseInt(sK);
  7.         return stanKontaKK;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement