Assignment No. 03
Semester: Spring 2020
CS304- Object Oriented Programming
Total
Marks: 20
Due
Date: 6th August 2020
Objective
The objective
...
Sunday, August 2, 2020
Friday, July 31, 2020
BUSINESS MATHEMATICS AND STATISTICS
MTH302 Assignment No.2 Solution Spring 2020
Question No.1
The marks obtained by 30 students in a subject are given
below.
15,16,20,21,22,31,35,40,45,22,26,29,18,41,49,43,48,23,28,32,36,38,24,29,30,46,42,44,25,50
Arranging the data into 8 classes with equal...
Wednesday, July 29, 2020
Instructions
Please read the following instructions carefully before solving &
submitting assignment:
It should be clear that your assignment will not get any
credit (zero marks) if:
o
The assignment
is submitted after due date...
Monday, July 27, 2020
Solution Code here
==============
#include<iostream>
using namespace std;
main()
{
int choice;
int quantity;
int price=0;
int bill=0;
char option;
cout<<"Fast Food Resturant Menu" <<endl;
cout<<"Enter 1 for Pizza (Rs. 999)" <<endl;
cout<<"Enter 2 for Burger (Rs. 250)" <<endl;
cout<<"Enter...