User Profile

Collapse

Profile Sidebar

Collapse
bigicestone
bigicestone
Last Activity: Mar 1 '16, 12:14 AM
Joined: Feb 27 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bigicestone
    replied to Constructs a magic square of size n
    in Java
    I thought it wasn't. Thanks!!
    See more | Go to post

    Leave a comment:


  • bigicestone
    started a topic Constructs a magic square of size n
    in Java

    Constructs a magic square of size n

    I need help with this java program below. The program is supposed to print magic squares, but it is not. Can somebody please help me? Thanks



    Code:
    import java.util.Arrays;
    import java.util.Scanner;
    
    public class MagicSquare_P6_19 {
        
        /**
         * @param args
         */
        public static void main(String[] args){
            // TODO code application logic here
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 28 '16, 03:05 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...