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
~77 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for d2dupes

So here is my program: [code] #include <iostream> #include <string> #include <iomanip> using namespace std; int main() { string lotName, bidder1_ID, bidder2_ID; double reservePrice, bidder1_bid, bidder2_bid; cout << "Enter lot name: "; getline (cin, lotName); cout << "Enter a reserve price: cin >> reservePrice; cout << "Bidder #1, enter your …

Member Avatar for VernonDozier
0
77