セクション 3. 章 3
single
float and int
メニューを表示するにはスワイプしてください
Let's continue the last task.
タスク
スワイプしてコーディングを開始
Consider the variables from the previous chapter, and new variable velocity (in miles per hour). Your tasks are:
- Find out number of hours that needed to pass the distance (
dist_mi) with constant speed (velocity). Save this result withintime_hvariable, and output the result. - Calculate how many full days this trip will take using
time_hvariable. Save this number withintime_daysvariable, and output the result. Note, that there you need to round up this number. You can do it by converting to integer, and adding 1 day.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください