i'm trying to write a calculator. the user will enter the terms and they will be stored in arrays. i will be storing those terms in string arrays and then later turn them to double to work with them. but the user should be able to enter terms like sin(252) and the program should be able to recognize it and calculate it. but i haven't figured out a way to do it yet. any help please?
Yea I was surprised that it actually worked. The text editor I was using was even marking it in bold red as if to say it was errorneous, but when I compiled...no warnings