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

#include <iostream> #include <string> using namespace std; long getBarcode(long code); //Gets the Barcode from the individual. long verifyCode(); //verifys the code and makes the appropriate conversions. void displayCode(long& code); //Dislpays the barcode given by the individual. int main() { long code; displayCode(code); return 0; } long getBarcode(long code) //Gets the …

Member Avatar for griswolf
0
117