Skip to main content
Schreibe
Code Geschichtein Deinem Genre.

Ob Thriller oder Science Fiction. Als Entwickler bestimmst Du das Genre und schreibst die Drehbücher für Industrie 4.0 Anwendungen.

  • C++
  • C#
  • Thriller
  • Embedded
  • Action
  • Linux
  • Microsoft.Net
  • Science Fiction
  • Angular

Zu den Jobs

Leider falsch! Probier' es nochmal!

Dokumentation v1.1

  private static string getPassword()
  {
     string claim="Boost the trend setter";

     string[ ] wordList=claim.Split(' ');

     string part1=wordList[0].Replace("oo", "e");
     string part2=wordList[3].Replace("tt", "ll");

     return(part1 + part2);
  }