Sort by

recency

|

858 Discussions

|

  • + 0 comments

    Penetration testing is one of the most effective ways to uncover hidden security risks before attackers do. A must-have for any serious cybersecurity strategy.

  • + 0 comments

    int main() { int a, b; scanf("%d\n%d", &a, &b); for(int i =a; i

    }
    return 0;
    

    }

  • + 0 comments

    Is the expected output wrong here? 3 is an odd number, the sequence should start with "odd" not even.

    Input: 3, 15

    Expected Output:

    Three, Four, Five, Six, Seven, Eight, Nine, Even, Odd, etc...

  • + 0 comments

    Cool, I solved the "For Loop in C".

  • + 0 comments

    Great explanation of the for loop and its components! This task is a perfect way to practice applying loops and conditional statements together. Raja567 Registration