NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

import java.util.Scanner;

public class Main {
public static void main (String[] args){

//******************************************************
/*
System.out.println("Veri Tipleri");
int a = 11;
String kelime = "herşey";
double b = 15.7;
float c = 15.8f;
char d = 'W';
boolean e = true;
boolean f = false;
System.out.println("a: " +a);
System.out.println("b: " +b);
System.out.println("c: " +c);
System.out.println("kelime: " +kelime);
*/
//****************************************************





/*
System.out.println("işlemler");
int z = 17;
int y = 10;
System.out.println("" + z + y);
System.out.println("" + (z-y));
System.out.println("" + (z*y));
System.out.println("" + (z/y));
System.out.println("" + (z%y));

int x = 6;
x = x + 1;
x += 1;
x++;
System.out.println(x);
*/
//**************************************************




/*
System.out.println("if, else, else if ve switch");
Scanner age = new Scanner(System.in);
System.out.println("yaşınızı giriniz");
int yas = age.nextInt();

if (yas > 7){
System.out.println("okula gitmiyorsun");
}
else if (yas >=7 && yas<=14){
System.out.println("ortaokul okuyorsun");
}
else if (yas > 14 && yas <= 18){
System.out.println("Lise okuyorsun");
}
else if (yas > 18 && yas <=24 ){
System.out.println("üniversite okuyorsun");
}
else {
System.out.println("okumuyorsun");
}
//****************
/*
Scanner swich = new Scanner(System.in);
System.out.println("rakam giriniz");
int secim =swich.nextInt();
switch(secim) {
case 1:
System.out.println("1'e bastınız");
break;
case 2:
System.out.println("2'ye bastınız");
break;
case 3:
System.out.println("3 tuşu arızalı 4 e basınız");
secim = swich.nextInt();
if (secim == 4){
System.out.println("anlayışınız için tşk");
}else{System.out.println("mal yanlış yere bastın");
}break;
case 4:
System.out.println("4'e bastınız");
break;
case 9:
System.out.println("9'a bastınız");
default:
System.out.println("rakam girmelisiniz");
} */
//********************************************************





/*
System.out.println("klavyeden girdi almak");

Scanner girdi = new Scanner(System.in);
System.out.println("iki sayı giriniz");
int g;
int k;
k = girdi.nextInt();
if (k == 7){
System.out.println("Uğursuz sayıyı girdiniz tekrar girin");
k = girdi.nextInt();
g = girdi.nextInt();
}
else{
g = girdi.nextInt();
System.out.println("sayıların toplamı: " + (k + g));
}
*/
//************************************************************






/*System.out.println("döngüler");
int r = 0;
while (r < 8){
System.out.println("r'nin değeri: " + r);
r += 2;
}
for ( r = 0; r < 8; r+=2 ){
System.out.println("r'nin değeri " + r);

while(true) {
System.out.println("r'nin değeri: " +r);
if(r == 8){
System.out.println("döngüden çıkılıyor");
break;
}
r+=2;
} */
}
}
     
 
what is notes.io
 

Notes.io is a web-based application for 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 12 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

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.