Android Studio class mantığı

 class KlassAdi{

  int x = 10;
int y = 20;

void toplametodu() {
int x = 40;
x = x + y;
print(x);
}

void carpmametodu() {
x = x * y;
print(x);
}
}

Yorumlar

Bu blogdaki popüler yayınlar

Php Sunucu tarafında görünen, görünmeyen yorum satırları