Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. "\n\n"; oCustomerDetails.OutPutInfo(); "\n\n";
  2.  
  3. "\n\n"; oItemDetails.OutPutInfo(); "\n\n";
  4.  
  5. "\n\n"; cout << "This is the total cost for your purchase of GPUs" "\n\n" << dGPU * iGPUCart;
  6.  
  7. "\n\n"; cout << "This is the total cost for your purchase of HardDrives" "\n\n" << dHardDrive * iHardDriveCart;
  8.  
  9. "\n\n"; cout << "This is the total cost for your purchase of CPUs" "\n\n" << dCPU * iHardDriveCart;
  10.  
  11. "\n\n"; cout << "This is the total cost for your purchase of ram" "\n\n" << dRam * iRamCart;
  12.  
  13. "\n\n"; cout << "This is the total cost for your purchase of motherboards" << dMotherBoard * iMotherBoardCart;
  14.  
  15. "\n\n"; cout << "This is the total cost for your purchase of PSUs" << dPSU * iPSUCart;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement