0
Three people decide to invest their money to start a company each of them invest a different amount. Obtain the percentage that
image
9 Réponses
+ 7
Hint :
double sum = sum of the amounts
double per_1 = (amount_1 / sum) * 100
double per_2 = ......
+ 5
@Edward I didn't understood the question too. But tried to guess the most possible question. He should complete the question.
+ 5
@rodrigo I have guessed exactly the same. Now you guess my hint and try to solve it yourself.
+ 3
did u forget to finish the sentence
+ 2
is it just me who did not fully understand the question
+ 2
his hint is the correct solution with respect to the total amount
+ 1
no I want a solution..
+ 1
Three people decide to invest their money to found a company, each of the eras a different amount, to obtain the percentage of each one invests with respect to the total amount invested
+ 1
please