Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: radawi
  • Content: Threads
  • Order by date
  1. radawi

    Program help

    hi i am trying to write a program to solve a sudoku puzzle. I have some problems when compiling the program can anyone help me pls. the program is Program Assignment3 implicit none integer :: A(9,9), vanish, g,h,i,j,xs,ys,k,m logical :: issolved open(unit=20,file="sudoku.txt") do g=1,9...

Part and Inventory Search

Back
Top