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

14th Mar 2018, 11:21 AM
Blugon
Blugon - avatar
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 ;)
14th Mar 2018, 11:45 AM
KrOW
KrOW - avatar
0
So how can I fixed it?
14th Mar 2018, 2:03 PM
Blugon
Blugon - avatar
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)
14th Mar 2018, 2:33 PM
KrOW
KrOW - avatar
0
I just change it into a better one... Please help me check itšŸ˜šŸ˜
14th Mar 2018, 2:35 PM
Blugon
Blugon - avatar