Hello this is my first time here... Humm I need some help on how to store the values below. I am suppose to find if points are inside a circle
0 0
4 4
1 2
0 1 2
5 3 4
2 2 3

The first 3 values go in array pts and the other 3 values(with 3 points) go to array crs. I have tokenized the values and store the x and y values which are
0 0
4 4
1 2
0 1
5 3
2 2

but I cannot find a way to store the values 2 4 3 (radius)

I'm posting my code so you can see what I have done so far
any help is appreciated.