Recent content by evb

  1. E

    درخواست توضیح دادن کد برنامه

    #include <iostream.h>#include <math.h>#include <string.h>int main(){ char c[128]; int s=0; cout<<"Enter String "; cin.get(c,128); double j=0; for(int i=strlen(c)-1; i>=0; i-- ) s+=pow(10,j++)*(c[i]-48); cout<<"Result in Integer mode is "<<s<<endl; return 0;}کسی میتونه این قطعه کد رو...
بالا