--------------------------------------------
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)
Excel’de Programsız QR Kod Oluşturma, How To QR Code For Excel
🧩 Excel’de Programsız QR Kod Oluşturma Bu yöntemle ürün numarası, seri numarası veya istediğiniz metinleri kullanarak Excel üzerinden doğru...
-
from FIRMALAR, SEKTORLER, GOREVLER Firmalar= sol tablo Görevler=sağ tablo 4 adet join var INNER JOIN LEFT JOIN RIGHT JOIN FULL OUT...
-
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using Syst...
Hiç yorum yok:
Yorum Gönder