Some problem solving programming challenges, i have solved. Not all are here, but started adding them slowly.
This project is maintained by chankruze
It is almost Hanukkah and the store in your town is completely out of candles! You decide to place an order online, and you talk to your friends to see who else needs candles. How many candles should you order in total for the holiday ?
Determine how many candles you need to order based on how many friends ask to join your order (each friend will need 9 candles).
An integer that represents the number of friends that ask to order candles with you.
An integer that represents the total number of candles that you need to order.
4
45
Language | Solution |
---|---|
C | not available |
CPP | not available |
C# | not available |
Python | available |
Java | not available |
Ruby | not available |
Swift | not available |