Aktiver Arbeitgeber
Write a function to determine if a string is a number without using any built-in function.
Anonym
Why did you include the " if (number[0] == '.' || number[n - 1] == '.' || number[n - 1] == '-')". You could've just started at the for loop and it should work.