Skip to content

Commit

Permalink
fix: Modified else-if-statement file
Browse files Browse the repository at this point in the history
  • Loading branch information
eghysut committed Oct 4, 2023
1 parent 4ce5bb7 commit 2eea4f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go-conditional/elseif-statement.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main
/*package main
import "fmt"
// Kondisi Else If `else if` digunakan ketika Anda memiliki beberapa kondisi yang ingin diuji secara berurutan.
// Kondisi Else If
// "else if" digunakan ketika Anda memiliki beberapa kondisi yang ingin diuji secara berurutan.
//if kondisi {
// kodisi boolean bernilai false
Expand All @@ -24,4 +25,4 @@ func main() {
fmt.Println("else")
}
// Output: else if
}
}*/

0 comments on commit 2eea4f4

Please sign in to comment.