public class NutritionFacts {
private final int servingSize;
private final int servings;
private final int calories;
private final int fat;
private final int sodium;
public static class Builder {
private final int servingSize;
private final int servings;
private int calories = 0;
private...
문법에서 문장까지(대명사)
1. 대명사
■ 인칭대명사
1) 대명사는 숙어 동사(phrasal verb) 사이에 쓴다.
* I cut up half of one large banana and put it in cereal.
2) 소유격 대명사와 관사는 같이 쓸 수 없다.
* The our employees and juggling work with having to look after children.(T/F)
3) 소유격 대명사와 숫자는 대명사가 앞에 나온다.
* Two my kids have been begging for a little puppy all year.(T/F)
4) 소유대명사
* mine, yours, his, hers, ours,...
문법에서 문장까지(관사/무관사)
1. 관사
■ 부정관사 A/An
1) 하나임을 표시
2) 어떤 / 어느정도
3) 직업 앞에 쓰여 사람의 소속 표시(Categorization)
4) 대표단수 -> 일반화(Categorization)
5) 단수 가산 명사를 처음 언급할 때 : uncertain, not specific
6) per : Some people can cycle at 50km an/per hour
■ 정관사 The
1) 앞에 나온 명사를 다시 반복할 때(부정관사 5)
2) 특정한 사물, 사람을 말 할 때 the를 쓴다
* 유일무이한 것
* 상황 또는 문맥에서 무엇을 말하는지 speaker/writer와 listener/reader가...