Coders Packet

Trading Software in C++

By Muskan Chaturvedi

It is a trading software that asks for the articles like Refrigerator ,washing machine and you want to purchase and in return gives you a bill including discount with present date.

main

Here, variables and a function is declared which will return the bill amount and for time and date a pointer is declared  that will take the present day,month,year.

code2

This is a simple if else condition and a function shop() is defined over here that returns the total amount of the bill with discount.

code3

code4

In the above two images the bill amount is returned for respective articles.In this  goto statements are used that helps the program to jump from one section of code to other. 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Muskan Chaturvedi (Muskan01)

Download packets of source code on Coders Packet