Search:

Type: Posts; User: blisman20

Search: Search took 0.01 seconds.

  1. Sorry I figured it out!

    Sorry I figured it out!
  2. Help with writing a program that creates an odd n*n magic square where n is...

    I am in a beginning C programming class and I have this assignment: Write a program that creates an N*N magic square, i.e., a square arrangement of the numbers 1,2,…,N^2 in which the sum of rows,...
  3. Replies
    1
    Views
    4,468

    Odd Magic Square One problem left!

    I posted earlier tonight. You can view my original post here: http://cboard.cprogramming.com/c-programming/152476-help-writing-program-creates-odd-n%2An-magic-square-where-n.html#post1135266.

    So,...
  4. Okay actually I think I understsand what you're...

    Okay actually I think I understsand what you're saying. I changed my magic_square [size][size] to magic_square [array_size][array_size], but I still have this error twice: error C2143: syntax error :...
  5. I thought I did define the array with my header:...

    I thought I did define the array with my header: #define array_size 15
  6. Help with writing a program that creates an odd n*n magic square where n is...

    I am in a beginning C programming class and I have this assignment: Write a program that creates an N*N magic square, i.e., a square arrangement of the numbers 1,2,…,N^2 in which the sum of rows,...
  7. Thank you, that fixed my error. I will be sure to...

    Thank you, that fixed my error. I will be sure to post more appropriately in the future, but I don't understand what you mean when you say copy the indentation too. If you could please explain that...
  8. First Computer Program Assignment using c code?

    The assignment is Write a program that asks the user to enter an integer value for x and then calculate the value for the following polynomial: x^5-5x^4+10x^3-10x^2+5x+1.
    This is my program and it...
Results 1 to 8 of 8