User profile: JANET2016

User info
User name:JANET2016
Name:Janet Gallo
Location:Texas
Bio:Hello!
Statistical data
Birthdate:Mar 4, 1982
Occupation:Engineer
Skills:C++
History
Joined:
Number of posts:8
Latest posts:

Help on finding an average!
[code] #include <iostream> #include <string> #include <vector> #include <numeric> using namespace st...

Help on finding an average!
Here is what I have. I have notes in the code where I'm having trouble towards the bottom. I'm tryin...

Why can't I call main();?
This is gonna be a long night.. vola! [code] #include <iostream> #include <vector> #include <ioman...

Why can't I call main();?
Ahhhh. Thank you. That makes since! I guess I'm going to write a loop lol

Why can't I call main();?
Here is my code: [code]#include <iostream> #include <vector> #include <iomanip> #include <a...