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