add Programmyday form github
This commit is contained in:
13
Stringaufgabe1/Program.cs
Normal file
13
Stringaufgabe1/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Stringaufgabe1
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
CharString charString = new CharString();
|
||||
Console.WriteLine("Geben Sie ihren Text ein und dann nach dem buchstaben den Sie zählen wollen: ");
|
||||
charString.CountCharInString(Console.ReadLine(),Convert.ToChar(Console.ReadLine()));
|
||||
charString.PrintInfo();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user