Joined
Last Seen
-1 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
1 Posted Topic
Re: C++ Mini Project
> I need ideas for a C++ mini project. It should be complex enough to involve 4 students. help us to run the code below...please2... #include<iostream> #include<cstring> using namespace std; void menu (double, double&); int main() { system("TITLE Orville .3"); char username[8]; char password[8]; char doagain; do//start of first do …
The End.
alibabashaun