Programming

C program to Find the Largest Number Among Three Numbers

Find the Largest Number Among Three Numbers :   This is a C program to calculate the  largest number of three numbers; Flow Chart For Finding Largest Number : Program (Source Code): This program uses only if …

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…

History of C++ Programming LanguagE

History of C++ Programming Language  C++  is a general-purpose programming language. C++ is used to create computer programs.Anything form art application, music players and even video game.  It has imperative, objec…

How To Find Item In A List of Python Program ?.

Program to searching item in a list in python. Code: num=[98,76,67,54,34,90,55,34,65,33,12,88,70,76,54] loc=-1 print("total item:",num) item=int(input(" Enter your searching item: ")) for …

Bubble Sorting a List of Python Program.

Program to Bubble Sorting a List in Python.. Code of Python. def bubbleSort(alist):     for passnum in range(len(alist)-1,0,-1):         for i in range (passnum):             if alist[i]>alist[i+1]:              …

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…

Welcome Programming World Program in C.

Fast Program In C . #include<stdio.h> void main() {     printf("Welcome Programming World!"); // printf() displays the string inside quotation } Output : How "Welcome Programming World !"…

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 …

Recommendation Book of C Programming

Recommendation My Sir  of Programming . Programming Ansi  C Writer by E. Balagurusamy  Introduction  to Algorithms Writer by Cormen . Discrete Mathematics Writer   by Rosen .

Features of Python

Some Features of Python: Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. Python: Easy  GUI Programming  Object Oriented  Free and Open Source  …

What is Python?

Welcome to Python 😐 Introduction 😉 Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic…

C Basic

TABLE OF CONTENTS C Tutorials What is C Programming? Reasons to Learn C Your First C Program Recommended Books Things to Remember

Learn Java Programming

Learn Java Programming Welcome to Java.✋ Java is a high level ,modern programming language designed by the early 1990 s by Sun Micorsystem , and currently owned by Oracle. Java is platform Independent,which means th…

Learn C Programming .

C Programming 💙 C is a powerful general-purpose programming language.   It is fast, portable and available in all platforms. If you are new to programming, C is a good choice to start your programming journey. Thi…

Dream You are a Programmer.

😐 You will Do This You must Be a Programmer. Development level : Level 1 : study basic programming language as any (recommendation : C and C++) Level 2 : Study Mathematics (nine - ten math and H.S.C math) and C++ S…

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. …

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