0
Need help
I basically need to create a program to input a number and a series of either positive, zero or negative number. The number input first will be divided by the total number of positive numbers, zeros and negative numbers. https://code.sololearn.com/cUsgGQQuMFbJ/?ref=app
4 Answers
0
You using some invalid chars in coding therefore remove they and not use special text editors to copy from (like MS Word) also remember than division by zero throw an exception ;)
0
So how can I fixed it?
0
try to remove all spaces (where there are invalid chars not printable) from lines where error log indicate you (lines 14, 20 and 25)
0
I just change it into a better one... Please help me check itšš