Forum: C++ Feb 10th, 2009 |
| Replies: 4 Views: 2,131 include <math.h>
done == yes |
Forum: C++ Feb 10th, 2009 |
| Replies: 3 Views: 298 so, to be honest, I'm a student at drexel. I have a comp sci problem. My program works fine except for:
if (stuAns[i]!="A" || stuAns[i] !="B")
{
i--;
cout<< "Your answer must be... |