Forum: C Oct 7th, 2003 |
| Replies: 3 Views: 5,672 It's the getchar() for the computer value.
Thanks...
___________
#include <iostream.h>
#include <stdio.h>
void main()
{
char mon, |
Forum: C Oct 7th, 2003 |
| Replies: 3 Views: 5,672 messed the code up, see next one. :o |
Forum: C Oct 7th, 2003 |
| Replies: 4 Views: 3,038 no problem, just let me know when you get a chance.
Thanks.... |
Forum: C Oct 7th, 2003 |
| Replies: 3 Views: 5,672 Is there a way to clear the getchar variable in a loop after you go through the loop the 1st time? |
Forum: C Oct 7th, 2003 |
| Replies: 4 Views: 3,038 OK got the changes made. How is that?? |
Forum: C Oct 7th, 2003 |
| Replies: 4 Views: 3,038 I am writing this program for my computer class. I am having a problem with my do/while loop. I can go through my main IF statement, but when I go through the loop a second time, I enter 'S' os 's'... |