Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
First note: Serious answers are mandatory. Else I'll just kick you out.
I've started with Java at school and got a question I seriously don't know how to answer. I need to do the following:
"In mathematics, the Nth harmonic number is defined to be 1 + 1/2 + 1/3 + 1/4 + ... + 1/N. So, the first harmonic number is 1, the second is 1.5, the third is 1.83333... and so on. Assume that n is an integer variable whose value is some positive integer N. Assume also that hn is a variable whose value is the Nth harmonic number. Write an expression whose value is the (N+1)th harmonic number. "
That is.. all I got. I do understand if you start dividing the numbers it should be 1.0/2.0 etc. however, what I really want is just some advice of one of you on how to get the answer here. Well actually if you are bored, just give me the answer. It isn't really included in my text book and I just want to finish this question as it is a few of the final ones I need to finish this week.
Thanks in advance,