DEV Community

Sanjar Rashidov
Sanjar Rashidov

Posted on

1 1 1 1 1

Arifmetik operatorlar

Arifmetik operatorlar:

  1. + -> qo'shish
  2. - -> ayrish
  3. * -> ko'paytirish
  4. / -> bo'lish

Bo'lish operatori juda nozik operator sababi butun sonlarni va kasr sonlarni bo'lshd farq qiladi.

  • int / int = int
  • float / float = float
  • int / float = float
  • float / int = float

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay