学年

教科

質問の種類

TOEIC・英語 大学生・専門学校生・社会人

英検準1級ライティングの添削をお願いしたいです!何を書いているか全くわからなければ、言ってもらえると… あと、筆記試験90分の間でライティングを書かないといけないんですけど、本当にライティングが苦手で、少しでも短時間で良い文章を書くコツを教えてください!具体的に言えば、英文... 続きを読む

Write an essay on the given TOPIC. OUse TWO of the POINTS below to support your answer. Structure: introduction, main body, and conclusion Suggested length: 120-150 words TOPIC or disagree: More companies will allow employees to work from 情報セキュグ 危ない disag Agree home in the future POINTS ●Information security Communication Recruitment Cost reduction I do 1 仕事の内容の 外部漏れの危険 1 not agree home in the future and I have two reasons to support Day 2 Day 3 ・直接コミュニケーションをとれない一誤解を招くおそれ (記録をしないと) 相手と商談や会議等の連絡をメールや コスト削減。 電話しないといけない手間がかかる。 Day that more companies will allow employees to work from 4 this opinion... on One of the reason is that employees cannot communicate on meet easily. They have to keep in touch with partner about importan things such as meetings the phone or e-mail, so they might take so much time to do this. Also, might make mistakes if they do not communicate on the phones or e-mail without s keep records of communication. Day they Another of the reason is that it companies might need to improve employees houses information security.. If do not do this, documents might be seen by companies many people such as employees' familys, and visitors to them, For these reasons abore, more companies will not allow employees to work from home if these problems are solved. total: 143 words Da 6

未解決 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人

英検準1級のライティングです。 どなたでも構いません。添削をお願いしたいです!何を書いているか分からなければ、聞いてもらって全然大丈夫です。ていうか、読んだだけでは、全く理解できないと思います。 近日中に受けるので、明日の夕方頃までにお願いします🙏

Write an essay on the given TOPIC. Use TWO of the POINTS below to support your answer. Structure: introduction, main body, and conclusion Suggested length: 120-150 words TOPIC Do you think that gas-powered cars will be replaced by electric cars in the near future? 電時の排出 POINTS 走行エネルギーの asse). Environment Convenience #1124-Kat #veg Cost Industry 高速産 ・充電せった コストが高い 産業限られた 短いきが しが ・使用者が買いかえようとは 思わない 2:33. 1 充電スペースの 2015 3. cars will be replaced by electric cars I do not think that gas-powered opinion. in the near future, I have two reasons to support this One reason is that it may be not convenient for people to drive electric cars in these days society. For example, electric cars take more time to charge than gas-powered cars. Moreover, electric cars can run few distance. Onother reason is that electric cars cost a lot of money in the many situation. For example, people who use electric, cars usually sex charging places at the each houses, but they have to pay so much cash to do it, Also, they need to prepare too much money every month to charge electric Propte cash, For these reasons above, I believe that gas-powered cars will be replaced by electric cars in the near future. total: 179 words

回答募集中 回答数: 0
情報 大学生・専門学校生・社会人

vsコードを使ってJava言語の勉強をしてたんですけど初心者すぎて何が原因で上手くコードの実行ができてないのかわかりません… 勉強の資料として使ってるのは京都大学のJavaによるプログラミング入門 です。

17:43 7月27日 (木) 1.7 使用するサンプルプログラム (TankCalculator.java) 1: public class Tank Calculator { 2: public static void main (String args[]){ final double FLOW_RATE = 1.0; final double TANK_AREA = 20.0; final double INITIAL_LEVEL = 10.0; double time; //s double tankLevel; //m ... ocw.kyoto-u.ac.jp 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: time = 30; 14: tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; 15: System.out.println("Tank Level at time "+ time + "s = " + tankLevel + "m"); 16: 17: 18: 19: } 20:} 11 System.out.println("Flow Rate = + FLOW_RATE + "m** 3/s"); System.out.println("Tank Area=" + TANK_AREA + "m**2"); System.out.println("Initial Level = " + INITIAL_LEVEL + "m"); time = 60; tankLevel = INITIAL_LEVEL + FLOW_RATE*time/TANK_AREA; System.out.println("Tank Level at time "+ time + "s=" + tankLevel + "m"); 【補足】 // の後ろは,プログラムを後で読解しやすくするための注釈です. Flow Rate = 1.0m**3/s Tank Area = 20.0mm**2 Initial Level = 10.0m 8 Tank Level time 30.0s = 11.5m Tank Level at time 60.0s = 13.0m 1.7.1 サンプルプログラムの入力と実行 先ほどと同じように, 秀丸エディタを開き, 20行のプログラムを書き込んで, Tank Calculator.java と名付け, 保存して, コンパイル, 実行してください. 成功すれば,以下の実行結果が示されます。(失敗してもめげないで, 2.5.1 節を参 考に、原因を考え,再トライしてください) ちなみに, 実行結果をファイルに書き出すにはコマンドプロンプトの「リダイレク ト」 という機能を使います 11. java TankCalculator > result.txt これにより result.txt というファイルが出来ているはずです。 中身は数値や文字列 だけのテキストファイルですのでエディタなどで内容を確認できます。 @91% 11javaプログラムの中で明示的にフ ァイルに出力することもできるので すがここでは安直な方法を取ります

未解決 回答数: 1
情報 大学生・専門学校生・社会人

c言語プログラム 本当に分かりません。 どなたか教えてください

(2点) 【演習3】 if-else と繰り返し文 最大値(整数)と整数xをキー入力すると、1から最大値までの整数を順に表示するプログラムを if-else 文および for文を使って作成せよ。 ただし、最大値が10~50以外の場合、または整数 x が 2~9以外で 入力された場合は、「範囲エラー」 を表示すること。 また、1から最大値までの整数を表示する際、表示 する整数が整数xで割り切れる場合は を、 割り切れない場合はその整数を表示すること。 xで割り切れる値は☆を表示 <ソースプログラム> #include <stdio.h> int main (void){ イント2 ント5 } printf("最大値: "); /* 変数宣言*/ return 0; printf(" 整数x: "); cats ; /*キー入力*/ // *キー入力*/ <実行例①> |最大値: 10 ↓ 整数x2↓ 13579☆ <実行例②> |最大値: 50 ↓ 整数x 91 12345678 10 11 12 13 14 15 16 17 19 | 20 21 22 23 24 25 26 28 29 30 31 32 33 34 35 ★ 37 38 39 40 41 42 43 44 46 47 48 49 50 <実行例③> 最大値: 9 整数x2↓ 範囲エラー <実行例⑤ > 最大値: 10 ↓ 整数X : 1↓ 範囲エラー <実行例④ > | 最大値: 51 ↓ 整数X ↓ 範囲エラー <実行例⑥ > 最大値: 50 ↓ 整数x : 10↓ 範囲エラー (下線部はキー入力を、↓は Enter を示す)

未解決 回答数: 1