An n x n matrix is a positive
Markov matrix if all of its elements are positive and the values in each column sum to one.
Write a program to check whether a 3 x 3 matrix is positive Markov.
Your program should prompt the user to enter a 3 x 3 matrix row by row and place it in a two
dimensional array. It will then check whether the matrix is positive Markov. Your program
should then display the matrix and either
• The matrix is positive Markov
• The matrix is not positive Markov

You just copy/pasted your assignment without even a moment taken to explain what help you need. That's highly disrepestectful to the many people who give their time to help others here.

There are lots of people here who will freely give their time to help you become the best Java programmer you can be. There's nobody here who is interested in helping you cheat or doing your homework for you.

DaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rules

Post what you have done so far and someone will help you from there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.