Search:

Type: Posts; User: Marvin Flores

Search: Search took 0.00 seconds.

  1. Thread: Help

    by Marvin Flores
    Replies
    3
    Views
    833

    tnx ^^ sirama...

    tnx ^^ sirama
  2. Thread: Help

    by Marvin Flores
    Replies
    3
    Views
    833

    Help

    help me i don`t know how to solve this y=5a-2b on TC c++
  3. Replies
    22
    Views
    2,628

    tnx for advice tnx for helping me!!!...

    tnx for advice

    tnx for helping me!!! laserlight and std10093
  4. Replies
    22
    Views
    2,628

    #include main() { int a[10],x,z;...

    #include <stdio.h>main()
    {
    int a[10],x,z;
    printf("enter a number");
    for(x=0;x<=9;x++)
    {
    scanf("%d" ,&a[x]);
    }
    printf("enter a number");
    scanf("%d" ,&z);
  5. Replies
    22
    Views
    2,628

    Tnx for the code std10093...

    Tnx for the code std10093
    now im try to remove this
    12043
  6. Replies
    22
    Views
    2,628

    #include int main() { int a[10],x,z;...

    #include <stdio.h>int main()
    {
    int a[10],x,z;
    printf("enter a number");
    for(x=0;x<=9;x++)
    {
    scanf("%d" ,&a[x]);
    }
    for(x=0;x<=9;x++)
    {
  7. Replies
    22
    Views
    2,628

    i can`t run program perfectly

    i can`t run program perfectly help me!!!

    enter # 1 2 3 4 4 4 4 4 4 4
    enter # 4
    answer 5

    i want count the same value in array
    like this

    enter # 1 2 3 4 4 4 4 4 4 4
  8. Replies
    22
    Views
    2,628

    #include int main() { int a[10],x,z;...

    #include <stdio.h>
    int main()
    {
    int a[10],x,z;
    printf("enter a number");
    for(x=0;x<=9;x++)
    {
    scanf("%d" ,&a[x]);
    }
    for(x=0;x<=9;x++)
  9. Replies
    22
    Views
    2,628

    Help i need array+loop and count C++

    Help i need array+loop and count C++

    i need code for count the same value in array



    Ex.
    ____________________________________________
    Enter 10 #:1 2 3 4 4...
Results 1 to 9 of 9