Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
diff_data_type
program diff_data_type; var int1,int2:integer; r:real; grade1, grade2:char; pass:Boolean; begin int1:=22; int2:=7; writeln('The sum of the two integers is ',int1+int2); r:=int1/int2; writeln('The approximation of pi is ',r:0:2); grade1:='A'; grade2:='F'; writeln('In the Exam, Mary got ' , grade1 , ' in Cl but she got ' ,grade2, 'in PE'); pass:=true; writeln('Does Mary pass CL exam? ', pass); writeln('Does Mary pass PE exam? ' , not pass); end.
run
|
edit
|
history
|
help
0
rf cdx
2;3
help me to fix this stupid thing, so tired about it
for for fib
Tableau
Calculatrice (case of)
zad27-notoptimal
Matriz 9x9
test02
C:\Users\skava\Documents\Паскаль