카페검색 본문
카페글 본문
정확도순
-
32쪽 Predicate 질문 2025.05.22해당카페글 미리보기
14) Paul's study of art history (15) Freddy is fond of his sister (16)The birds is inside the house 1. 교재에서, predicate는 주어를 제외한 나머지 전체 부분이라고 했는데 (14)는 문장이아니라 주어랄것이 없는데 (14)의 predicate는 뭔가요? 2...
-
서술 주격(Predicate Nominative)---엡2:14, 요1:14, 눅8:41, 롬13:10 2025.08.06해당카페글 미리보기
https://youtu.be/_sUt-oCPG7I?si=xE74KoBVXV3RcKD3
-
certain that절 주어?, occur raising predicate? 2024.10.14해당카페글 미리보기
안녕하세요, 교수님! 1. certain이라는 predicate은 that절을 뒤에 받을 순 있어도(ex. It is certain that ~) that절이 주어자리에 있는 것은 비문이라고 알고 있었는데(ex. *That S V is certain ~), 다음의 문장이 왜 정문인지 궁금합니다. 제가 알고...
-
기출 19년도 A6번 matrix predicate 2024.10.11해당카페글 미리보기
matrix predicate 'say'가 맞을까요, ‘did not say'가 맞을까요, 아니면 ’did not say that Justin sang'이 맞을까요?ㅠㅠㅠ
-
Consumer, Predicate 사용하기 2024.12.23해당카페글 미리보기
// Operation.java @FunctionalInterface public interface Operation<T> { T operate(T value1, T value2); } // Main.java public class Main { public static void main(String[] args) { List<String> list = new ArrayList<>(List.of( "alpha...