Challenge: Simple Function Creation
Swipe to start coding
You are building a ride-sharing app. Each ride has a distance in kilometers, and you want to calculate the total cost based on a base fare and a per-kilometer rate.
- Declare the function
calculateTripCostthat returns adouble. - Add a parameter to the function with type
doublenameddistance. - Calculate the total cost by multiplying
distancebyperKmRateand adding thebaseFare. - Return the total cost from the function.
Do not modify the values of baseFare and perKmRate inside the calculateTripCost function.
Oplossing
Bedankt voor je feedback!
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you give me an example?
Geweldig!
Completion tarief verbeterd naar 5.26
Challenge: Simple Function Creation
Veeg om het menu te tonen
Swipe to start coding
You are building a ride-sharing app. Each ride has a distance in kilometers, and you want to calculate the total cost based on a base fare and a per-kilometer rate.
- Declare the function
calculateTripCostthat returns adouble. - Add a parameter to the function with type
doublenameddistance. - Calculate the total cost by multiplying
distancebyperKmRateand adding thebaseFare. - Return the total cost from the function.
Do not modify the values of baseFare and perKmRate inside the calculateTripCost function.
Oplossing
Bedankt voor je feedback!
single