1. 1.
    0
    beyler istiyorum ki

    x*x, x<2

    2,x=6

    10-x , x>2

    bu da benim yazdığım eksiğim ne

    3. include<stdio.h>
    4. include<math.h>
    float f( float x);
    int main()
    {
    float x;
    float value;

    printf("sayiyi girinn");
    scanf("%f",&x);
    value=f(x);
    printf(" the value of the f is:%fn",value);

    system("pause");
    return 0;
    }
    float f( float x)
    {
    int sonuc;

    if(x<2)
    sonuc=x*x;

    else if (x=2)
    sonuc=6;

    else (x>2)
    sonuc=10-x;

    return sonuc;
    }
    ···
  2. 2.
    0
    şukular sizi bekliyor
    ···
  3. 3.
    0
    up up up up up up
    ···
  4. 4.
    0
    up up up upu upu upupup
    ···
  5. 5.
    0
    @6 tamam panpa eyw az önce farkettim aq bu denis ritchienin aq.
    ···
  6. 6.
    0
    @8 komik köpek fino
    ···