i have a file.txt like this : 2X^2 + 5X+3=0
i want to save 2 to variable a, 5 to variable b, and 3 to variable c . .
how i can do that . . ?
tanks for your help . .

Recommended Answers

All 3 Replies

How do you know if a number is to go to a variable or not?
Your example skips over the second 2 and the 0?

A regular expression might help you extract the numbers from the String you posted.
Also the StreamTokenizer class could work.

thank for your help . .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.