Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 2.basic
doh csharp 2.basic
· Changes
Page history
dohun94 created page: doh csharp 2.basic
authored
Mar 08, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-2.basic.md
View page @
695f74be
...
...
@@ -144,7 +144,7 @@ class Program
{
public
int
pibonacci
(
int
num
,
int
[]
arr
)
{
if
(
num
<
1
)
if
(
num
<
1
)
//항의 번호가 0 이하일 때
{
Console
.
WriteLine
(
"0이하의 숫자가 들어갈 수 없습니다."
);
return
0
;
...
...