Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
Scanner deger = new Scanner(System.in);
System.out.print("Satır büyüklüğü sayısını giriniz:");
satir = deger.nextInt();
System.out.print("Sütun büyüklüğü sayısını giriniz:");
sütun = deger.nextInt();
String [][] dizi1 = new String[satir][sütun];
System.out.println("Matrisiniz :");
for (int i = 0; i < satir; i++) {
for (int j = 0; j < sütun; j++){
dizi1[i][j]="*";
System.out.print(dizi1[i][j] + " ");
}
System.out.println(" ");
}
double mayin_sayisi;
double zorlukderecesi;
System.out.print("20 ila 80 arasında bir zorluk derecesi giriniz:");
zorlukderecesi=deger.nextInt();
if (zorlukderecesi<20 || zorlukderecesi>80) {
System.out.println("Hata");
}
mayin_sayisi=(satir*sütun)*(zorlukderecesi/100);
System.out.println("Mayın sayısı="+mayin_sayisi);
Random rastgele = new Random();
int[][] dizi2 = new int[satir][sütun];
int sayac=0;
System.out.println("Mayınlar yerleştirildi");
while(sayac<mayin_sayisi)
{
sayac =0;
for (int i=0; i<satir;i++){
for(int j=0; j<sütun;j++){
int sayi = rastgele.nextInt(101);
if(sayi<zorlukderecesi && sayac<=mayin_sayisi){
dizi2[i][j] =1;
sayac++;
}
else {
dizi2[i][j] =0;
}
}
}
}
for (int i=0; i<satir;i++){
for(int j=0; j<sütun;j++){
System.out.print(dizi2[i][j]+" ");
}
System.out.println();
}
Scanner girilen = new Scanner(System.in);
int gsatir,gsütun,puan=0;
System.out.println("Oyun Başlasın");
while(true)
{
System.out.print("Lütfen oyunun satır değerini giriniz:");
gsatir= girilen.nextInt();
System.out.print("Lütfen oyunun sütun değerini giriniz:");
gsütun = girilen.nextInt();
String [][] matris = new String[gsatir][gsütun];
if(dizi2[gsatir][gsütun]==0){
puan+=10;
for (int i = 0; i < satir; i++) {
for (int j = 0; j < sütun; j++) {
matris[gsatir][gsütun]="0";
matris[i][j] = "*";
System.out.print(matris[i][j]+" ");
}
System.out.println(" ");
}
for (int i=0; i<satir;i++){
for(int j=0; j<sütun;j++){
System.out.print(dizi2[i][j]+" ");
}
System.out.println();
}
}
else{
System.out.println("Mayına bastınız");
System.out.println("Puanınız:"+puan);
break;
}
}
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team