Search:

Type: Posts; User: valicious

Search: Search took 0.00 seconds.

  1. sum and product of two matrix in C (with functions)

    I have to write a program in C which finds the sum and the product of two matrix.
    I wrote the functions but I get stucked at calling them in main .I don't know which variable is for rows and columns...
  2. greatest common divisor is a prime number (pairs of numbers problem in C)

    I have to build a program in C who reads a n integer number and n pairs of 2 integers numbers.The program should display those pairs of numbers I read whose greatest common divisor is a prime number....
  3. Thanks! I solved the problem.Now, I got another...

    Thanks!
    I solved the problem.Now, I got another one.
    The program shows the sum result then it asks me to introduce the values again until the value 0 then the program closes.
    Like in the picture...
  4. expected expression before 'double' (sum problem with functions)

    I'm a beginner with programming in C and I have a problem to solve at which I get stucked.
    So my program reads positive numbers until the value 0 then it calculates the sum of numbers. Then I have...
Results 1 to 4 of 4