Trading Software in C++

Muskan Chaturvedi Apr 23, 2023

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. 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment