User: jessicamaria

  • Public profile

User profile: jessicamaria

User info
User name:jessicamaria
History
Joined:
Number of posts:9
Latest posts:

reading integers from file in to an array
[code]# include <iostream> # include <iomanip> # include <fstream> using namespace std; void seats(...

movie theater seating
[code]# include <iostream> # include <iomanip> using namespace std; void seats( double [] , int); v...

lottery checker program!
[code]#include<iostream> #include<string> #include<cstdlib> #include<time.h> using namespace std; ...

median function with twogiven arrays!
[code]#include<iostream> using namespace std; double getMedian(int*, int); void printArray(int[], ...

drink machine simulator help!
also how do i add up the total revenue? mine keeps popping out as 0

This user does not accept Private Messages