C#

How to Find The Largest Number of C#

Find The Largest  of Three Number  In This Example the Largest Number Among Three Number (The user By Entered). Code: using System; namespace Three_Number {     class Program     {         static void Main(str…

How to Subtraction of Two Numbers in C#

Write a simple program to subtraction of two numbers in C# using System; namespace Subtraction {     class Program     {         static void Main(string[] args)         {             int a = 20, b = 10, sub;      …

How to Add Two Integer Numbers in C#

Write a simple Program to Add two Integer  numbers in C#. using System; namespace add {     class Program     {         static void Main(string[] args)         {             int a = 10, b = 20, sum;             sum…

Print Hello World of c# Programming

First Program of C#   Print  Hello World Of  C# 💛 using System; //Header File (// is Comment method). namespace Hello     // namespace is divided any method. {     public class Hello          // public is used every …

C# Programming Language .

Welcome to C#  Introduction to the C# Language : C# is an elegant and type-safe object-oriented language that enables developers to build a variety of secure and robust applications that run on the .NET Framework. …

تحميل المزيد من المشاركات
لم يتم العثور على أي نتائج