Android Studio class mantığı Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar Ağustos 15, 2022 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); }} Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar Yorumlar
Php Sunucu tarafında görünen, görünmeyen yorum satırları Ağustos 26, 2022 <!DOCTYPE html > <html lang = "en" > <head> <title><?php echo "Php Dersleri" ? ></title> </head> <body> <div> <!-- Sunucuda Görünen Yorum--> <?php // echo "Sunucuda Görünmeyen Yorum için //<br>"; # echo 'Sunucuda Görünmeyen Yorum için #'; // echo 'Sunucu Tarafında çalıştırılmasın /**/'; ? > </div> </body> </html> Devamı
Yorumlar
Yorum Gönder