学年

質問の種類

英語 高校生

英語の訳と内容を確認しようの回答を教えてください

Lesson 6 A Wheelchair Traveler ..... Section 1 区切りごとに意味をとりながら、音読しよう。 qlomon's disgn nem deinsqe - nousitus i sidujo qoi de door of sidstonewarklyllenhaierstood adt Welcome to Miyo Tatsuya's Blog VAASA sibal edt boxes I Hi, I'm Miyo Tatsuya. // I traveled around the world / in a wheelchair / couldn't move my arms roy begler yaqed lv baldseil-fter mor by myself. // I visited 42 cities / in 23 countries. //oiton I qit eidt MOTT Yownl 5 ⒸWhen I was 18, / I got injured / in a motorcycle accident. // Because of arrier-free facilities. Also, people living in Hawaii were kind to me. that, / I couldn't move my arms and legs. // gave up. // After oord our Is W bisa sH om du on But I never g a AN ONLY rehabilitation, / I was able to use my arms again. to use my arms against P5hbomoe of lege of statized ton bib olqooq baix tedt beoiton I blow ® When I was 23, / I traveled alone / to Hawaii. // © I was impressed / with the barrier-free facilities. // Also, /people living in ple living in Hawaii / were with un YA" Blasenov, oqod Actodnotedjepaydo boa Sobowivel liw Wier loo kind to me. // ℗ I became e interested in foreign countries. // ® I wondered / Setuberil how accessible other countries were / for wheelchair users. // TOW ® So / I decided tubda tao, tomeinfeant TelTTEV TelTTE Bulqift vs gaian bith some imaqxerille Ai dech to travel around the world.//belgbq Quodsroalastudantillon

解決済み 回答数: 1
情報: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