-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d5f031
commit f17ccab
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# [![](https://github.com/Apochromat/codeblock-mobile/blob/main/app/src/main/res/mipmap-hdpi/ic_launcher.png?raw=true)]() Codeblock Mobile | ||
This mobile application is a visual block-based programming language that allows you to create simple programs. | ||
Это мобильное приложение представляет собой визуальный блочный язык программирования, который позволяет создавать простые программы. | ||
Полностью реализованы следующие функции: | ||
- Объявление целочисленных переменных | ||
- Объявление и работа со статичными целочисленными массивами | ||
- Присваивание переменным и элементам массива чисел | ||
- Арифметические операции: сложение(+), вычитание(-), умножение(*), целочисленное деление(/), остаток(%), степень(^), целочисленный корень(#), поддержка скобочных выражений | ||
- Ввод данных через взаимодействие с пользователем | ||
- Вывод данных в консоль | ||
- Условия If & IfElse | ||
- Цикл While |