学年

教科

質問の種類

情報: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
英語 高校生

答えを教えてください!

1 Lesson 25 Choose the correct words. Lesson (23 1. 健二は、自分の宿題があるのに、親切に僕の宿題を手伝ってくれた。 Kenji was so kind to help me with my homework (as / if /though) he had his own. 2. 東京に着いたときは、東京の地理にほとんど知識がなかった。 When Ⅰ arrived in Tokyo, I knew (a little / few / little) about the geography. (Not all / Not every / All) hand-made product is exactly the same as the 3. 手作り製品は、すべてのものが他と同一であるとは限らない。 others. 4. 雨がやまなければ、 ピクニックには行きません。 We won't go on a picnic (if / though / unless) it stops raining. 5. かれらの全員が、パーティーに招待されているわけではない。 (Not all / Not every / Neither) of them are invited to the party. Put the words in the correct order. ( 総合 get al 08080 1. 学級の全員が、 先生の修学旅行のプランに賛成だったわけではなかった。 los [all / classmates / not / of / the ] agreed with the teacher's plan for the TES school trip. CLIC 2. 真理は、僕の誕生日パーティーは楽しかったかと、僕に聞いた。 Mari asked me [birthday party / enjoyed / had / I / if / my ]. 3. 彼は、まるでスポーツ評論家のように野球の試合について話す。 He talks about baseball games a sports critic / as / he / if / were ]. 4. もし彼があの映画を見ていなかったら、 映画監督になりたいとは思わなかっただろう。 If he hadn't seen that movie, he have / not / wanted / to be / would Ja movie director. 5. 外出中にも私たちのネコが飢えることのないように、たくさんのえさを部屋に置いていった。 We left plenty of pet food in the room [not / our cat / so / starve/that / would ] while we were away.

解決済み 回答数: 1