CopyPastor

Detecting plagiarism made easy.

Score: 0.9876616883084057; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-10-22
by uzair iqbal

Original Post

Original - Posted on 2015-06-09
by Vlad Isoc



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Well, in ASCII code, the numbers (digits) start from 48. All you need to do is:
int x = (int)character - 48;
Well, in ASCII code, the numbers (digits) start from **48**. All you need to do is:
int x = (int)character - 48;

        
Present in both answers; Present only in the new answer; Present only in the old answer;