Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
LogOp2
//fpc 3.0.0 //Составить программу построения таблицы истинности сложного высказывания //F = A & B or B & not C program LogOp2; var A, B, C : boolean; begin writeln('A':8, 'B':10, 'C':10, 'not C':12, '(A & B)':11, '(B & not C)':14, 'F':5); for A := false to true do for B := false to true do for C := false to true do writeln(A:10, B:10, C:10, (not C):10, (A and B):10, (B and not C):12, (A and B or B and not C):10); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
nomer1
ANDRESSA LIMA NEPOMUCENO 600624624
tablas
Calculatrice (case of)
JOZIANE NEVES DE SOUZA 600630041
P170808A
fixed vs scientific for double
1046
jugando
матрица из шариков
Please log in to post a comment.