--------------------------------------------
Constants
değiştirelemeyen tipler const string olarak tanımlanır
\n = gösterilen measjda alt satıra inmek için kullanılır.
\t
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace App4
{
class Program
{
static void Main(string[] args)
{
string ÖrnekNsatır = "Kullanıcı Bilgileriniz aşağıda belirtilmiştir. \n\nKullancı Adı:x, Şifre:y";
Console.WriteLine(ÖrnekNsatır);
string ÖrnekTsatır1 = "Stok Adı\t:\tGOFFY GOFRET";
string ÖrnekTsatır2 = "ürün Tipi\t:\tÜLKER";
Console.WriteLine(ÖrnekTsatır1);
Console.WriteLine(ÖrnekTsatır2);
Console.ReadLine();
}
}
}
Yazılım Eğitimi, Sql Server, C, C++, C#, Pyhton, Mobile, Web & IT üzerine yazılar.
Kaydol:
Kayıt Yorumları (Atom)
Veeam Failed to retrieve object hierarchy: exception
25.02.2026 09.00 :: Host 10.0.0.10 your vcenter ip address is not available. Error: Failed to retrieve object hierarchy: exception ID 12958...
-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="FirmaOtomasyonuWe...
-
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace App23 { class Program { stat...
-
Tek li sayı Çiftli sayı bölünebilen bulma using System; using System.Collections.Generic; using System.Linq; using System.Text; nam...
Hiç yorum yok:
Yorum Gönder