Food Ordering System

Submitted by razormist on
Food Ordering System with Source Code is a C++ program that can make the ordering of food easier and convenient to customer. The system was developed using C++ language. The system is easier to use you just need to enter a certain key to transact your order. The user is already given after you open the program. This program has a feature in which it can generate a receipt after purchasing an order

Python For Loop

Submitted by moazkhan on

In this tutorial you will learn:

  • Loop in Python
  • For loop in Python
  • Nested for loop in Python
  • Break statement in for loop
  • Continue statement in for loop

Loop in Python

In programming we sometimes need to execute a block of code again and again and for that we need to use something called loop. Loop helps us to repeat a block of code do something multiple times until a particular condition is satisfied.

For loop in Python

Create Signup and Login in One Page

Submitted by youngking on
Hi, I am Ken a professional website and app developer with over four years of experience working with local and international clients. I am a graduate of computer science and a well tailor person with passion in developing software to help solve challenges for and use to boost revenue generation. I thought of sharing my small tutorial script for those who will be searching for one page sign-in and

Clean Browsers Cashe

Submitted by fkonstas on
If you want an application that quickly and simply clears the cashe (junk files) from browsers. - Supported Chrome and Opera. Browsers become faster after clearing cashe. * Updated - Support Mozilla Firefox. - Support AppData Temp folder - Support RecycleBin - Support install it to the program files. - Support uninstall. - Choice Start with windows. - Choice close auto after cleaning. Watch video

Python Operators

Submitted by moazkhan on

In this tutorial you will learn:

  • Python Operators
  • Assignment Operators
  • Arithmetic Operators
  • Comparison Operators
  • Logical Operators

Python Operators

Operators are considered as the foundation of any programming language. Operators are symbols which can control the value of operands by performing different tasks based on the type of symbol.

Assignment Operators