게임 정보
There are three levels available in the demo:
1) Teaching the interface and working with variables
2) Arithmetic tasks using built-in methods
3) Branches
Task List
1st Level
1)using Methods
2) Using Methods With Arguments
3) Declaring Variables Of Different Types
4) Var
5) Arithmetic (int)
6) Arithmetic (float)
7) Reduced Operations
8) Remainder of division (Integer division, division of fractional numbers)2nd level:
1) Repetition of an old theme
2) Choosing the right variable name
3) Problem on Math Round
4) Task on pow, cast
5) Using multiple methods
3rd level:
1) logical operations more and less
2) Comparing variables with values
3) The problem of finding the median using branches
4)Bool
5) Repetition
6)switch case
7) Repetition of what has been learned