MisterClemens
Programmer
I am trying to write a program that satisfies these conditions:
Write a program that will find and output the smallest positive integer float value x for which the
Boolean expression
x == x + (1.0 / n)
is true for some positive int variable n.
However, i don't want anyone to write the program for me, i just want to understand what this program is asking, can someone please clarify this?
Write a program that will find and output the smallest positive integer float value x for which the
Boolean expression
x == x + (1.0 / n)
is true for some positive int variable n.
However, i don't want anyone to write the program for me, i just want to understand what this program is asking, can someone please clarify this?