Challenge: Converting Kilometers to Miles
Uppgift
Swipe to start coding
The road distance between San Francisco and New York is approximately 4677.4 km. This distance is stored in the variable distance_in_kilometers
. Here's what you need to do:
- Convert the distance from kilometers (
distance_in_kilometers
) to miles by dividing it by1.609
. Store the result in the variabledistance_in_miles
. - Display the value of
distance_in_miles
. - Convert
distance_in_miles
to an integer data type and display its value.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 5
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Suggested prompts:
Sammanfatta detta kapitel
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.64
Challenge: Converting Kilometers to Miles
Svep för att visa menyn
Uppgift
Swipe to start coding
The road distance between San Francisco and New York is approximately 4677.4 km. This distance is stored in the variable distance_in_kilometers
. Here's what you need to do:
- Convert the distance from kilometers (
distance_in_kilometers
) to miles by dividing it by1.609
. Store the result in the variabledistance_in_miles
. - Display the value of
distance_in_miles
. - Convert
distance_in_miles
to an integer data type and display its value.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Awesome!
Completion rate improved to 1.64Avsnitt 2. Kapitel 5
single