Tagged Questions

0
votes
3answers
87 views

How to figure out if the first index in an array is a negative sign

I am trying to write a bool function that looks at the first index in an array which contains a positive or negative number and classifies if it is a negative sign (i.e. -). If it is a negative Sign ...