일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- #binary
- html5 new tag
- html charset
- git flow
- #JAVASCRIPT
- 토큰경제
- mac terminal command
- html id
- #자바상속#자바이즈어#is~a
- #bubbleSort
- #3차원배열
- hyperledger transaction
- html youtube
- html code
- #C++ has~a
- #1차원배열
- #다차원포인터
- relative path
- #C++ 연산자함수오버로딩
- html multimedia
- docker example
- html plug-in
- html video
- html object
- #android activity
- #2차원배열
- 하이퍼레저패브릭
- #CallByAddress
- #성적관리프로그램
- border-box
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