블로그
- 아침에 먹는 사과는 金사과, 저녁 사과는 毒사과? 서양 속담(proverb)에 ‘An apple a day keeps the doctor away’라는 것이 있다. 밤에 먹으면 사과 속 과당(fructose)이 체지방(body fat)으로 저장돼 살이 찐다는(gain weight) 오해에서 비롯된 속설(common saying)이다.
- 킹크로치/ APPLE WATCH STUD BAND APPLE WATCH STUD BAND 무게 [weight]- 약 187g (시계 제외 15cm 버전) 크기 [size]- 체인 넓이 약 23.7mm, 길이 약 15cm, 15.85cm APPLE WATCH STUD BAND [Weight]- Approximately; 187g (without watch 15cm model) [Size]- Approximately;
- [영진전문대학 컴퓨터정보계열] JAVA 실습 { int weight; public Apple (int weight) {this.weight = weight;} public void showAppleWeight() { System.out.println ("무게" + weight); } } class FruitBox { T item; public void store (T item) {this.item = item;} public T