Содержание курса
Input, print and numbers
7 уроков
1.
Adding Three Numbers
↗
2.
Area of a Right-Angled Triangle
↗
3.
Hello, Harry!
↗
4.
Sharing Apples
↗
5.
Previous and Next Numbers
↗
6.
Calculating Time Interval
↗
7.
School Desks
↗
Conditions: if, then, else
12 уроков
1.
Smallest value among two numbers.
↗
2.
Sign Function
↗
3.
Find the smallest among three numbers
↗
4.
Equal Numbers
↗
5.
Rook's Move
↗
6.
Chessboard Color Check
↗
7.
King's Move
↗
8.
Bishop's Moves
↗
9.
Queen's Move
↗
10.
Knight's Move
↗
11.
Chocolate Bar
↗
12.
Leap Year
↗
Strings
12 уроков
1.
String Slicing
↗
2.
Counting Words
↗
3.
Split the string into two halves
↗
4.
Swap Two Words
↗
5.
First and Last 'f' Occurrence
↗
6.
Second 'f' Occurrence
↗
7.
Remove Fragment Between First and Last 'h'
↗
8.
Reverse Fragment Between First and Last 'h'
↗
9.
Replace the substring '1' with 'one'
↗
10.
Delete '@' Character
↗
11.
Replace 'h' with 'H' Except First and Last within the fragment
↗
12.
Delete Every Third Character
↗
While loop
16 уроков
1.
Sequence of squared numbers
↗
2.
Smallest divisor
↗
3.
The power of two numbers
↗
4.
Morning jogging
↗
5.
Count of items in the sequence
↗
6.
Cumulative sum of the series
↗
7.
Average value of the series
↗
8.
Maximum value in the series
↗
9.
The index of the maximum value in the series
↗
10.
Number of elements with an even value in the sequence
↗
11.
Count of elements that are greater than the previous
↗
12.
Second-highest maximum
↗
13.
Count of elements equal to the maximum value
↗
14.
Fibonacci series value
↗
15.
The index of a Fibonacci series value
↗
16.
Longest sequence of equal elements
↗
Arrays
13 уроков
1.
Elements at even positions
↗
2.
Elements with even values
↗
3.
Element larger than the previous one
↗
4.
Neighboring elements of the same sign
↗
5.
The element is larger than its neighbor on the left and right
↗
6.
Largest element in array
↗
7.
Count of unique elements
↗
8.
Swap neighboring elements
↗
9.
Swap largest and smallest elements
↗
10.
Count of equal pairs
↗
11.
Print only unique elements
↗
12.
Eight queens
↗
13.
Bowling game
↗
"For" loop. Loop with a parameter.
2 урока
1.
Print numbers
↗
2.
Print numbers also in descending order
↗