Search:

Type: Posts; User: Amin sma

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,221

    Change money program

    Hi
    I want to write a program as described below:

    How many ways exist in order to break a paper money into some of it's smaller coins.
    for example we have one dollar as the paper money and the...
  2. Replies
    10
    Views
    1,166

    ok:cool:

    ok:cool:
  3. I mean for example we have matrices A[3][3] and...

    I mean for example we have matrices A[3][3] and B[3][3]. There are two ways to multiply them as A*N and B*A. It is not important that the answer is true or not as we know that A*B is not equal to B*A...
  4. Replies
    10
    Views
    1,166

    easy! This code works.... ...

    easy! This code works....


    #include<iostream.h>


    void main()
    { int c[3][5];
    for(int i=0;i<3;i++)
    for(int j=0;j<5;j++)
  5. how many ways exists in order to multiply n matrices?

    Hi guys
    I have a program to write but no idea where to start from.

    program:
    write a program that tells how many ways exists in order to multiply n matrices. You know that in matrices a*b is not...
Results 1 to 5 of 5