Search:

Type: Posts; User: ronaldrios

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,634

    Change variable value

    #include <stdio.h>
    int main()
    {
    char stem[1];

    printf("Type in the infinitive form:\n\n");
    scanf("%s", stem);

    printf("Present Tense\nInfinitive: %s\n\n", stem);
    ...
  2. Replies
    2
    Views
    1,727

    Could you be even more specific? I'm really in...

    Could you be even more specific? I'm really in the very beginning. Even with these instructions I can't figure it out what to do.
  3. Replies
    2
    Views
    1,727

    Add loop to calculator

    So I've been coding for nearly 5 days and managed to make this calculator with some effort. Might not be the best syntax arrangement but it works. Problem is every time it does a calculation, it...
Results 1 to 3 of 3