28 Nisan 2011 Perşembe

C# Console (KİM 500.000 İSTER)

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("KİM 500000 TL İSTER YARIŞMASINA HOSGELDINIZ...!");

27 Nisan 2011 Çarşamba

C# Console Notların Ortalaması

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
float not1, not2, not3, sözlü1, sözlü2;
float Ortalama;