Search:

Type: Posts; User: oogabooga

Search: Search took 0.03 seconds.

  1. Then do it the way I showed in post#5, which is...

    Then do it the way I showed in post#5, which is the cleaner way.
  2. Try something like this: int main(void){ ...

    Try something like this:


    int main(void){
    char arrayDna[MAXSIZE];
    while(1) {
    printf("Enter a DNA sequence consisting of A's, T's, G's, and C's or 'exit' to exit:\n");
    ...
Results 1 to 2 of 2