Skip to content
Snippets Groups Projects
Commit a8edc16f authored by Uwe Wienkop's avatar Uwe Wienkop
Browse files

2020-04-27e

parent dd44bf6b
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,6 @@
"\\01Indexer",
"\\01OperatorOverloading"
],
"SelectedNode": "\\01Buergeramt\\Program.cs",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
No preview for this file type
......@@ -9,7 +9,7 @@ namespace _01OperatorOverloading
{
z = Z;
if (N == 0)
throw new ArgumentNullException("Nenner darf nicht 0 sein!");
throw new ArgumentNullException("Nenner darf nicht gleich 0 sein!");
n = N;
}
public Bruch(string t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment