Scrieti urmatoarele expresii matematice in pseudocod.

Scrieti Urmatoarele Expresii Matematice In Pseudocod class=

Răspuns :

Răspuns:

a) x>=6 && x<8

b) x<0 || x>9

c) x%10000==0 && x%1000!=0 (cred)

d) z%7==0

e) x%10==5

f) y/100%10=4

g) m%10<m/10%10

h)  p%2!=0 && p%3==0

i) X%5==0 && X%7!=0

j) sqrt((x*x*x-2*x+5)/(x*x+6))