] 1
from the sixth line gives an error, although I am writing from the textbook, what's the problem? Pascal AbsNET. Use real numbers with integers.
b:=n; writeln ('b=',b); n:=trunk(a);writeln ('trunk'(3.6)=',n);
] 1
from the sixth line gives an error, although I am writing from the textbook, what's the problem? Pascal AbsNET. Use real numbers with integers.
b:=n; writeln ('b=',b); n:=trunk(a);writeln ('trunk'(3.6)=',n); It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
After the third line should be begin, on the 7th line the second apostrophe should be superfluous.
Answering the question, How to find an error in the code? I can only say one thing.
Source: https://ru.stackoverflow.com/questions/598205/
All Articles
begin? - Alexey Tenbegin, and there is exactly an error in line 7, because of the quotes. The 8th line has an extra equal sign - JVic