1 / 4
JAVA değişken tanımlama ve ++ -- operatorleri
40 likes | 126 Vues
JAVA değişken tanımlama ve ++ -- operatorleri. Adı a olan değeri 5 olan bir int değişken tanımla: Adı b olan değeri 12 olan bir int değişken tanımla: Adı c olan değeri 3 olan bir int değişken tanımla: Adı x olan değeri 5 5.5f olan bir float değişken tanımla:
Télécharger la présentation
JAVA değişken tanımlama ve ++ -- operatorleri
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Adı a olan değeri 5 olan bir int değişken tanımla: • Adı b olan değeri 12 olan bir int değişken tanımla: • Adı c olan değeri 3 olan bir int değişken tanımla: • Adı x olan değeri 5 5.5f olan bir float değişken tanımla: • Adı s olan değeri zaman olan bir metin değişkeni tanımla:
Değişken Tanımlama • VeriTipi DeğişgenAdı = DeğişkenDeğeri;
More Related