https://github.com/qomaindo-dev/gomodulus
https://github.com/qomaindo-dev/gomodulus
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qomaindo-dev/gomodulus
- Owner: qomaindo-dev
- Created: 2023-06-27T13:55:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T14:05:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T03:41:32.041Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go modulus and Input value from terminal
A simple example of using modulus in golang is to enter a value through the terminal.
## Running
```golang
go run main.go
```
## Output
```golang
Input Panjang Angka:
15
Input Kelipatan Ke-1:
3
Input Kelipatan Ke-2:
5
******Hasil******
1
2
TIKI
4
TAKA
TIKI
7
8
TIKI
TAKA
11
TIKI
13
14
TIKI-TAKA
```