CS201 Spring 20250
CS201 Spring 20250
Course: CS201
Semester: Spring2025
Problem Statement:
Write a C++ program that uses items price from a menu and your VU ID to
calculate the total and net bills according to the requirements .
#include <string>
#include <iomanip>
Int main() {
String numericID;
Int quantities[5];
Int total = 0;
Total += subtotal;
}
// Calculate Discount
Double discount = 0;
// Display Summary
Cout << “\nTotal Bill (Before Discount): Rs. “ << total << endl;
Cout << “Final Payable Amount: Rs. “ << netTotal << endl;
Return 0;