Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
using System;
using System.Text;
namespace ConsoleApplication
{
class Class1
{
static void Main(string[] args)
{
Console.Write("Text: ");
string text = Console.ReadLine();
byte[] decrypt = System.Text.Encoding.ASCII.GetBytes(text);
string decryptxt="";
for(int i = 0; i<decrypt.Length; ++i)
{
if(decrypt[i].ToString().Length < 3)
{decryptxt += 0;}
decryptxt += decrypt[i];
}
Console.WriteLine(decryptxt);
}
}
}
Original von -=uNr3aL=-
das passt zwar grad net aber oi!alex, du bist echt en freak ey.... sch les mir das hier ma alles durch und versteh hier von nichs, ueberhaupt nichs![]()
Lern lernen!Original von -=uNr3aL=-
ja aber koennt ihr mir es den nicht erklaeren?