Advertisement
klasscho

Untitled

Nov 20th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CorrectMatr := IsTheMatrixCorrect(FileName);
  2. begin
  3. if CorrectMatr := True then
  4. begin
  5. writeln('The name of matrix is correct');
  6. end
  7. else
  8. CorrectMatr := False;
  9. writeln('The name of the matrix inputs incorrect. Try again. Example: Name.txt');
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement