Minor fixes for example inputs
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
float kth(float k)
|
||||
{
|
||||
|
||||
return 1.0 / (2.0 * k + 1.0);
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
print("Please enter a number: ");
|
||||
|
||||
float sign;
|
||||
|
Reference in New Issue
Block a user