Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~241 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Christian Felix

where and how do I add array statement and ofstream? #include <iostream> using namespace std; int main(int argc, char** argv) { int size, crust, flavor, extra, order=0, total=0; cout<<"Good day! Welcome to Don Rogelio's Pizza. \n"; do{ cout<<"\nPizza size: (1)Small (2)Medium (3)Large :"; cin>>size; cout<<"\nPizza Crust: (1)Thin Crust (2)Regular Crust …

Member Avatar for tinstaafl
0
167
Member Avatar for Christian Felix

Please help me on my assignment. this is the given. Create a program that will ask the user to enter 5 grades and display the average of those grades. Use an array

Member Avatar for Reverend Jim
0
74