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

Hello, I am doing a assignment for my class. My assignment is tying to tell how much book subscriptions sold. Here is the code: [code] // This program find out how much each subscriptions cost #include <iostream> #include <iomanip> using namespace std; int main() { float A, A1, B, B1, …

Member Avatar for Stoned_coder
0
93