Redeem a Google Play gift card, gift code, or promotional code
Subscribe to:
Post Comments (Atom)
Write a C program that: 1. Accepts the total purchase amount, customer type, and season from the user. 2. Uses nested if-else statements to calculate and display the final amount after applying the discount.
Here is a C Program for Customer and Day Based Shop Management Program #include <stdio.h> int main () { char name [ 20 ]; ...
-
This code is written by sagar dhakal. for the educational purpose..... #include <iostream> using namespace std; class box { private: ...
-
#include<iostream> #include<conio.h> using namespace std; class Box { private: float l,b,h; public: Box(float le, float...
Contact form
loading...

No comments:
Post a Comment