Enter the Pascal program in which year World War 2 began, you need to enter the date.

program zz1;

var k: integer; // set a variable of integer type

begin

write (‘enter the year the second world war started’); // enter the number from the keyboard

read (k);

if k = 1939 // check if the entered number coincides with the year of the beginning of the second world war, then

then writeln (‘the answer is correct’) // print one answer

else writeln (‘the answer is not correct’); // print another answer

end.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.