Können Sie ein "C"-Programm schreiben, um die Summe von 1,2,3,4,5 mit der For-Schleife zu finden?

2 Antworten


  • // Dies wurde unter Microsoft C kompiliert, ist aber generisch und
    // sollte mit jedem Compiler in
    Ordnung sein #include "stdafx.h"
    #include

    Void main()
    {
    Int-Index;
    int-Antwort;
    Antwort=0;
    für (Index = 0; Index < 5;)
    {
    Index + = 1;
    Antwort+= Index;
    }
    printf("Die Antwort ist %d",antwort);
    index = getch();
    }
  • #include
    void main( )
    {
    int a, b, c, d, e, count;
    Gleitkomma x, Summe;
    printf("Die Zahlen sind 1, 2, 3, 4, 5");
    scanf("%d %d %d %d %d", &a, &b, &c, &d, &e);
    for(count=x; count

Schreibe deine Antwort

Ihre Antwort erscheint nach der Moderation appear