Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ing. Lukáš Hruška
PVJCs2021
Wiki
exam 2
exam 2
· Changes
Page history
Update exam 2
authored
Jan 17, 2022
by
Ing. Lukáš Hruška
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exam-2.md
exam-2.md
+1
-1
No files found.
exam-2.md
View page @
50a1b3bc
...
...
@@ -20,7 +20,7 @@ Vytvorte si rozhranie
```
csharp
public
interface
IOperation
{
double
Calculate
(
double
value1
,
double
value2
,
char
operation
);
double
Calculate
(
double
value1
,
double
value2
);
}
```
...
...