学年

質問の種類

情報: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
TOEIC・英語 大学生・専門学校生・社会人

英読解の問題です。 すっかり忘れてしまったため何も分かりません。 2問教えて欲しいです。お願いします><

2022 P=HT 6. 次のお知らせを読み、 (1) ~ (2) のA~Dで適切なものに○をつけなさい。 [4×2=8] TO: All staff From: Erin Liner, Manager Date: July 15 Subject: Our survey Dear all. We have finished reviewing the data which we received from the recent customer satisfaction survey. I would like to share the most important findings, and how we can improve on certain areas of our work. Overall, customers were happy with the quality of our service. the helpfulness of our staff, and the range of products we offer. However, there were some negative comments which we can begin to work on. A common complaint was that there are not enough foreign titles in the store, especially Japanese comics. I will ask John Calman to research some of the most popular series and make sure we start carrying them from the fall. As Gita Pradesh spent her college years in Tokyo, I will ask her to assist. Better signage was another thing which people wanted. They spend a lot of time looking for the right section and it frustrates a lot of customers. This is something we can improve immediately, so I will speak to Alice Moore today about making the signs easier to see, and adding more if necessary. Finally, we got some comments about having a small cafe in the store. Nowadays, people want to have a coffee while reading or browsing, and it could be a new source of profit. Mario Venetti will make a report on the feasibility and deliver it next month. Thank you for all your efforts in making us the best we can be. Erin Liner Manager (1) What is the purpose of the e-mail? (A) To ask staff to create survey questions (B) To share details of customer feedback (C) To inform staff of recent changes (D) To invite staff to apply for new positions (2) Where does Ms. Liner most likely work? (A) At a café (B) At a movie theater (C) At a clothing shop (D) At a bookstore 以

回答募集中 回答数: 0