005 operatory logiczne i matematyczne x4


program operatory;

var a,b,c:integer;

d:real;

begin

a:=10;

b:=3;

c:=a+b;

write('10+3 =');

writeln (c);

c:=a-b;

write('10-3 =');

writeln (c);

c:=a*b;

write('10*3 =');

writeln (c);

d:=a/b;

write('10/3 =');

writeln (c);

c:=a div b;

write('10 div 3 =');

writeln (c);

c:=a mod b;

write('10 mod 3 =');

writeln (c);

c:=a+b+2*3;

write('10+3+2*3=');

writeln (c);

c:=a+b+(2*3);

write('10+3+(2*3)=');

writeln (c);

c:=a+(b+2)*3;

write('10+(3+2)*3=');

writeln (c);

readln;

end.

program operatory;

var a,b,c:integer;

d:real;

begin

a:=10;

b:=3;

c:=a+b;

write('10+3 =');

writeln (c);

c:=a-b;

write('10-3 =');

writeln (c);

c:=a*b;

write('10*3 =');

writeln (c);

d:=a/b;

write('10/3 =');

writeln (c);

c:=a div b;

write('10 div 3 =');

writeln (c);

c:=a mod b;

write('10 mod 3 =');

writeln (c);

c:=a+b+2*3;

write('10+3+2*3=');

writeln (c);

c:=a+b+(2*3);

write('10+3+(2*3)=');

writeln (c);

c:=a+(b+2)*3;

write('10+(3+2)*3=');

writeln (c);

readln;

end.

program operatory;

var a,b,c:integer;

d:real;

begin

a:=10;

b:=3;

c:=a+b;

write('10+3 =');

writeln (c);

c:=a-b;

write('10-3 =');

writeln (c);

c:=a*b;

write('10*3 =');

writeln (c);

d:=a/b;

write('10/3 =');

writeln (c);

c:=a div b;

write('10 div 3 =');

writeln (c);

c:=a mod b;

write('10 mod 3 =');

writeln (c);

c:=a+b+2*3;

write('10+3+2*3=');

writeln (c);

c:=a+b+(2*3);

write('10+3+(2*3)=');

writeln (c);

c:=a+(b+2)*3;

write('10+(3+2)*3=');

writeln (c);

readln;

end.

program operatory;

var a,b,c:integer;

d:real;

begin

a:=10;

b:=3;

c:=a+b;

write('10+3 =');

writeln (c);

c:=a-b;

write('10-3 =');

writeln (c);

c:=a*b;

write('10*3 =');

writeln (c);

d:=a/b;

write('10/3 =');

writeln (c);

c:=a div b;

write('10 div 3 =');

writeln (c);

c:=a mod b;

write('10 mod 3 =');

writeln (c);

c:=a+b+2*3;

write('10+3+2*3=');

writeln (c);

c:=a+b+(2*3);

write('10+3+(2*3)=');

writeln (c);

c:=a+(b+2)*3;

write('10+(3+2)*3=');

writeln (c);

readln;

end.



Wyszukiwarka

Podobne podstrony:
operatory i funkcje matematyczne
12inne operatory logiczne
JS 05 Operatory Logiczne, Programowanie, instrukcje - teoria
Rozwiązywanie zadań stanowi źródło doświadczeń logicznych i matematycznych dzieci, dla nauczycieli,
operatory i funkcje matematyczne
12. Operatory logiczne, Programowanie, Klasa III
005 operatory w Paskalu
operatory i funkcje matematyczne
Raz, dwa, trzy…liczę ja, liczysz ty” zabawa logiczno – matematyczna
Operatory logiczne 7
Operatory logiczne
Logiczna matematyka
Podstawowe operatory logiczne w C
CIĘŻAR, Matematyka i logiczne
dodawanie i odejmowanie, Matematyka i logiczne
005 operacje matematyczne w Paskalu

więcej podobnych podstron