学年

教科

質問の種類

英語 高校生

高校英語です! 回答が合っているか確認していただきたいです! 間違っている場合は訂正していただきたいです! お願いします!!

A空所補充 1. 作家や芸術家によってつくられた創作品が、いわゆる知的財産だ。 図 The products produced by writers and artists are (what) (we) (ca() intellectua property. 2. 彼女の言うことには何でも耳を傾け、話しすぎないようにしなさい。 4 Listen to (what) she says, and try not to talk too much. ever 3. 彼らには戦争をするということがどういうことかわかっていない。 発展 They don't know (what) it (is) (like) to go to war. 4.スターン先生は彼の生徒にだけでなく自分にも厳しいので、好きだ。 5 I like Mr. Stern because he is strict (not) (only) to his students (but) (also) to himself. 5.パスワードを忘れたらいけないので,他人が見られないところに書いておきなさい。 函 Write the password down where others can't see it (in) (case) you should forget it. B 整序完成 6. たくさんの困難を経験してきていたので、彼は今では勇敢で自信があるように見える。3 [ so many / gone / having / through / hardships ], he now looks brave and confident. Having gone through so many hardships, he now looks brave and confident. 7. 私の幼い娘は小さい唇を突き出して, 私にキスしようと近づいてきた。 41 発展 My little daughter came up to kiss me [her / with / little lips / stuck out ]. My little daughter came up to kiss me with her stuck out little lips 8. そういうわけで,私は彼女に結婚を申し込んだのだ。 46 ☆ / to / me / her / why / asked / that's / marry ]. That's why I asked her to marry me C 英作文 9. 彼女の話し方から判断して、彼女は嘘をついているようだ。 40 Judging Prom the way she speaks she seems to be lying. 10. ジェーンが食べているものと同じケーキが欲しい。 あのチョコのメッセージの乗った大きい ケーキ。 48 I want the same cake as the Jane is eating eating That big cake with the chocolate message on it. A

回答募集中 回答数: 0
情報:IT 高校生

問題6、7、9を教えて下さい

例 06 ファイル名 「06.html」で保存 <html> <body> <script> var n, amari; |n=parseInt (prompt ("数を入力")); |amari=n%3; lif (amari==0){ document. write ("3の倍数"); 0} |} else { document.write ("3の倍数ではない"); } </script> </body> </html> 例 07 ファイル名 「07.html」で保存 <html> <body> |<script> var c: |var sum=0; |for(c=1;c<=100;c=c+1){ sum=sum+c; |document.write(sum); </script> <</body> </html> 問題 06 入力した数に応じて 8128の約数」 「8128の約数ではない」 のいずれかが表示されるよう プログラムを変更しなさい ファイル名 「ex06.html」で保存 問題 07 parseInt(prompt(""")) を用いて 数値を入力すると 1からその値までの総和を 求めて表示するよう プログラムを変更しなさい ファイル名 「ex07.html」で保存 STTIVI CITT 141 00 <html> <<body> | <script> var a: | var box=new Array (3,5,8,13,21,34,55,89,144,233) | for (a=3;a<= 7;a=a+1) { document.write (box [a], "<br>"); |} </script> <</body> </html> 例 09 ファイル名「09.html」で保存 <html> <body> <script> |var mi | var d=new Array (31,28,31,30,31,30,31,31,30,31,30,31); |m=parseInt(prompt ("何月ですか? (1から12) ")); |document.write(d[m-1],"日"); <</script> |</body> </html> 問題 09 入力した月と前後の月 (三か月分) それぞれの日数を表示 するようプログラムを変更しなさい ファイル名 「ex09.html」で保存

回答募集中 回答数: 0