Browse Source

Update volumechanger.en.md

content-update
LEEDASILVA 4 years ago committed by GitHub
parent
commit
6b2a0c2030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      subjects/volumechanger.en.md

10
subjects/volumechanger.en.md

@ -1,4 +1,4 @@
## volume_changer
## volumechanger
### Instructions
@ -14,7 +14,7 @@ Input and output should be displayed in standard input and output respectively.
### Expected function
```go
func Revive_three_nums(a, b int) int {
func Volumechanger(a, b int) int {
}
```
@ -31,9 +31,9 @@ import (
)
func main() {
fmt.Println(Volume_changer(4, 0))
fmt.Println(Volume_changer(5, 14))
fmt.Println(Volume_changer(3, 9))
fmt.Println(Volumechanger(4, 0))
fmt.Println(Volumechanger(5, 14))
fmt.Println(Volumechanger(3, 9))
}
```

Loading…
Cancel
Save