smax89! The APP is suppose to cost between 5000 & 8000 ! I never wrote an app and I ain't paying anybody 5000 grand.
Militei
Yes... with nothing else doing-- I guess I have progress alittle. I have a website called CirculatedCurrency.com . I love collecting USA Money! (who wouldn't haha) Now for 20 years I have watched people pay Grading companies rip people off.... The Grading companies charge crazy amounts of CASH to grade a USA Note. Then someone gets the bright idea to remove the note from the holder and send the same serial numbered note to another grading company. They use a scale from 1 to 70
======
I have PROOF! stolencurrency.com (regrading)
===============
SO what I did is create a NEW grading SYSTEM for Circulated Currency... on a scale from 0 to 100 .. people get to grade their own notes. I LET PEOPLE DOWNLOAD THIS FREE (crazy huh)
My brother says make an app! Get me where I'm going? (he uses an iphone)
=========
#include <iostream>
using namespace std;
const char newline = '\n';
int main()
{ int corners;
int tears;
int ink;
int holes;
int color;
int dirt;
int smears;
int margins;
int folds;
int overall;
int stains;
int score;
int ironed;
int stop;
int x;
int y;
int corners2;
int tears2;
int ink2;
int holes2;
int color2;
int dirt2;
int smears2;
int margins2;
int folds2;
int overall2;
int stains2;
int score2;
int ironed2;
// need to start on the Obverse side of the note
cout << "Are you looking at the OBVERSE side of a note: 0=yes ";
cin >> x;
cout << "Look at the CORNERS on a scale from 0 to 5 look at the corners:";
cin >> corners; '\n';
// cout << "value for Corners is " << corners; '\n';
cout <<"Look to see if there any Tears -scale 0 to 5 enter TEARS:";
cin >> tears; '\n';
//cout << "value for TEARS is:" << tears; '\n';
cout <<"For Pencil or INK scale from 0 to 10 enter:";
cin >> ink; '\n';
//cout << "value for pencil or ink mark is " << ink; '\n';
cout <<"Look to see if the Note had been Pressed or IRONED scale from 0 to 5 enter:";
cin >> ironed; '\n';
//cout << "value for Pressed or Ironed is:" << ironed; '\n';
cout <<"Look to determine Crinkles or Holes scale from 0 to 10 enter:";
cin >> holes; '\n';
//cout << "value for Crinkles or Holes is " << holes ; '\n';
cout <<"Look at the Color scale from 0 to 10 enter:";
cin >> color; '\n';
//cout << "value for Color is " << color ; '\n';
cout <<"Look at note if it's DIRTY scale from 0 to 5 enter: " ; '\n';
cin >> dirt ; '\n';
//cout << "value for Dirt is " << dirt ; '\n';
cout <<"Look for INK Smears scale from 0 to 5 enter: " ; '\n';
cin >> smears ; '\n';
//cout << "value for Ink Smears is " << smears ; '\n';
cout <<"Look for Stains scale from 0 to 10 enter: " ; '\n';
cin >> stains ; '\n' ;
//cout << "value for STAINS is " << stains ; '\n';
cout <<"Look to see if the Margins are EVEN scale from 0 to 5 enter: " ; '\n';
cin >> margins ; '\n';
//cout << "value for Even Margins is " << margins ; '\n';
cout <<" Look to see how many Folds scale from 0 to 10 enter: " ; '\n';
cin >> folds; '\n';
//cout << "value for folds is " << folds ; '\n';
cout <<"Determine the Overall condition scale from 0 to 20 enter: " ; '\n';
cin >> overall; '\n';
//cout << "value for Overall Condition is " << overall ; '\n';
score += corners + tears + ink + ironed + holes + color + dirt + smears + stains + margins + folds + overall ; '\n';
cout << "Total Condition>>OBVERSE is " << score; '\n';
// for the reverse
cout << "Are you looking at the REVERSE side of a note: 0=yes ";
cin >>y;
cout << "Look at the CORNERS on a scale from 0 to 5 look at the corners:";
cin >> corners2; '\n';
// cout << "value for Corners is " << corners; '\n';
cout <<"Look to see if there any Tears scale 0 to 5 enter TEARS:";
cin >> tears2; '\n';
//cout << "value for TEARS is:" << tears; '\n';
cout <<"For Pencil or INK scale from 0 to 10 enter:";
cin >> ink2; '\n';
//cout << "value for pencil or ink mark is " << ink; '\n';
cout <<"Look to see if the Note had been Pressed or IRONED scale from 0 to 5 enter:";
cin >> ironed2; '\n';
//cout << "value for Pressed or Ironed is:" << ironed; '\n';
cout <<"Look to determine Crinkles or Holes scale from 0 to 10 enter:";
cin >> holes2; '\n';
//cout << "value for Crinkles or Holes is " << holes ; '\n';
cout <<"Look at the Color scale from 0 to 10 enter:";
cin >> color2; '\n';
//cout << "value for Color is " << color ; '\n';
cout <<"Look at note if it's DIRTY scale from 0 to 5 enter: " ; '\n';
cin >> dirt2; '\n';
//cout << "value for Dirt is " << dirt ; '\n';
cout <<"Look for INK Smears scale from 0 to 5 enter: " ; '\n';
cin >> smears2; '\n';
//cout << "value for Ink Smears is " << smears ; '\n';
cout <<"Look for Stains scale from 0 to 10 enter: " ; '\n';
cin >> stains2 ; '\n' ;
//cout << "value for STAINS is " << stains ; '\n';
cout <<"Look to see if the Margins are EVEN scale from 0 to 5 enter: " ; '\n';
cin >> margins2 ; '\n';
//cout << "value for Even Margins is " << margins ; '\n';
cout <<" Look to see how many Folds scale from 0 to 10 enter: " ; '\n';
cin >> folds2; '\n';
//cout << "value for folds is " << folds ; '\n';
cout <<"Determine the Overall condition scale from 0 to 20 enter: " ; '\n';
cin >> overall2; '\n';
//cout << "value for Overall Condition is " << overall ; '\n';
score2 += corners2 + tears2 + ink2 + ironed2 + holes2 + color2 + dirt + smears2 + stains2 + margins2 + folds2 + overall2 ; '\n';
cout << "Total Condition> REVERSE =" << score2; '\n';
return 0;
}
I'm giving this out free.... I wanted to PRINT the OBVERSE and REVERSE data to a PRINTER
can not figure this out!???
I also was trying to add a LINE with Nothing on it except a LINE???
"and for this version" this REVERSE condition keeps adding up to 101 and I can't figure out how to fix that! ???
===========
I'm not a programmer, I'm a retired Mechanical Engineer and I figured getting this far was ok hahhahah it's not that complicated and I would improve it as I go!
and to make an APP is crazy!
There is more info on my web page
http://www.circulatedcurrency.com/free/1/index.html
any help would be greatly appreciated
ynotmi