some news for you

If

sudoku = 19214151121 19214151121

caspher = 3119168518 3119168518

colonel = 315121514512 315121514512 ,

then lerauxe =?????


The answer is 12518121245.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Sudoku Subbu
Jan 18, 2015

it depends on a=1;b=2;c=3 . . . .. . . . . . . z=26 =>lerauxe=12518121245

Jolene Valenzuela
Feb 14, 2015

The code in C:

 #include<stdio.h>
 #include<conio.h>
 #include<string.h>
 #define p printf
 #define s scanf
 main()
    {
    char x[50],ans;
        int len,asc,z;

    p("BRILLIANT: SOME NEWS FOR YOU");
    do{
    p("\nEnter a string: ");
    gets(x);
    len=strlen(x);

    for (z=0; z<len; z++)
    {
        asc=x[z]-96;
        p("%d ",asc);
    }
    p("\nWould you like to try again? Y/N: ");
    ans=getch();
  } while (ans=='Y'||ans=='y');
  p("EXITING PROGRAM...");
        getche();
    return 0;
}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...