일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- html video
- border-box
- #JAVASCRIPT
- #C++ has~a
- 토큰경제
- html object
- git flow
- html code
- #성적관리프로그램
- #CallByAddress
- relative path
- #C++ 연산자함수오버로딩
- html id
- #1차원배열
- html plug-in
- #다차원포인터
- #3차원배열
- hyperledger transaction
- #bubbleSort
- html charset
- html5 new tag
- #자바상속#자바이즈어#is~a
- html multimedia
- #android activity
- 하이퍼레저패브릭
- mac terminal command
- html youtube
- docker example
- #2차원배열
- #binary
Archives
- Today
- Total
목록#operator% (1)
A sentimental robot
Basic info before starting programming
% gives the remainder of division. The result of 20%3 is 2. It is the most frequently used operator. There is a rule using it. If you divide 20 by 3, the range of th remainder that you get by % is from 0~2. Computer state is 0 or 1, which is called bit state. 28=256 , which 2 means 0 or 1. 8bit = 1byte 32bit = 4byte 64bit = 8byte - The first letter of the variable must be character, cannot start..
Java
2017. 12. 27. 09:43