Skip to content

Commit

Permalink
Namen änderung
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Leon Dyga committed Sep 3, 2022
1 parent caa0b97 commit 64fde1a
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 2ConsolenEingabeAusgabe/2ConsolenEingabeAusgabe.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>_2ConsolenEingabeAusgabe</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
46 changes: 46 additions & 0 deletions 2ConsolenEingabeAusgabe/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
//Aufgabe1
Console.WriteLine(" .-.");
Console.WriteLine("(o o)");
Console.WriteLine("| O |");
Console.WriteLine("| |");
Console.WriteLine("'~~~'");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");


//Aufgabe2
string Vorname;
string Nachname;
int Alter;

Vorname = "Arthur";
Nachname = "Dyga";
Alter = 15;


Console.WriteLine($"{Vorname}");
Console.WriteLine($"{Nachname}");
Console.WriteLine($"{Alter}");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");


//Aufgabe3
string Vorname1;
string Alter1;
string Klasse1;
string test;


Console.WriteLine("Name?");
Vorname1 = Console.ReadLine();
Console.WriteLine("Alter?");
Alter1 = Console.ReadLine();
Console.WriteLine("klasse?");
Klasse1 = Console.ReadLine();

Console.WriteLine($"{Vorname1} ist {Alter1} Jahre alt und besucht die {Klasse1} des Georg-Simon-Ohm Berufskollegs");
11 changes: 11 additions & 0 deletions 2ConsolenEingbaeAusgabe/2ConsolenEingbaeAusgabe.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>_2ConsolenEingbaeAusgabe</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
46 changes: 46 additions & 0 deletions 2ConsolenEingbaeAusgabe/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
//Aufgabe1
Console.WriteLine(" .-.");
Console.WriteLine("(o o)");
Console.WriteLine("| O |");
Console.WriteLine("| |");
Console.WriteLine("'~~~'");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");


//Aufgabe2
string Vorname;
string Nachname;
int Alter;

Vorname = "Arthur";
Nachname = "Dyga";
Alter = 15;


Console.WriteLine($"{Vorname}");
Console.WriteLine($"{Nachname}");
Console.WriteLine($"{Alter}");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");
Console.WriteLine(" ");


//Aufgabe3
string Vorname1;
string Alter1;
string Klasse1;
string test;


Console.WriteLine("Name?");
Vorname1 = Console.ReadLine();
Console.WriteLine("Alter?");
Alter1 = Console.ReadLine();
Console.WriteLine("klasse?");
Klasse1 = Console.ReadLine();

Console.WriteLine($"{Vorname1} ist {Alter1} Jahre alt und besucht die {Klasse1} des Georg-Simon-Ohm Berufskollegs");
12 changes: 6 additions & 6 deletions GrundlagenCSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "1SyntaxCSharp", "1SyntaxCSharp\1SyntaxCSharp.csproj", "{EE0832A7-EB51-4EB0-A85E-90B55882B62B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleEingabeAusgabe", "ConsoleEingabeAusgabe\ConsoleEingabeAusgabe.csproj", "{6D80AA07-F516-4EAA-BF96-2491C0EDFA98}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "3Datentypkonvertierung", "3Datentypkonvertierung\3Datentypkonvertierung.csproj", "{E6A6E114-FA8D-4370-88AB-A8388DC43E34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3Datentypkonvertierung", "3Datentypkonvertierung\3Datentypkonvertierung.csproj", "{E6A6E114-FA8D-4370-88AB-A8388DC43E34}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2ConsolenEingbaeAusgabe", "2ConsolenEingbaeAusgabe\2ConsolenEingbaeAusgabe.csproj", "{C46D499A-20B9-4F3A-B6DB-CC08224A766B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,14 +19,14 @@ Global
{EE0832A7-EB51-4EB0-A85E-90B55882B62B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE0832A7-EB51-4EB0-A85E-90B55882B62B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE0832A7-EB51-4EB0-A85E-90B55882B62B}.Release|Any CPU.Build.0 = Release|Any CPU
{6D80AA07-F516-4EAA-BF96-2491C0EDFA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D80AA07-F516-4EAA-BF96-2491C0EDFA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D80AA07-F516-4EAA-BF96-2491C0EDFA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D80AA07-F516-4EAA-BF96-2491C0EDFA98}.Release|Any CPU.Build.0 = Release|Any CPU
{E6A6E114-FA8D-4370-88AB-A8388DC43E34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6A6E114-FA8D-4370-88AB-A8388DC43E34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6A6E114-FA8D-4370-88AB-A8388DC43E34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6A6E114-FA8D-4370-88AB-A8388DC43E34}.Release|Any CPU.Build.0 = Release|Any CPU
{C46D499A-20B9-4F3A-B6DB-CC08224A766B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C46D499A-20B9-4F3A-B6DB-CC08224A766B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C46D499A-20B9-4F3A-B6DB-CC08224A766B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C46D499A-20B9-4F3A-B6DB-CC08224A766B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 64fde1a

Please sign in to comment.