Skip to content

WildPieChan/GB_Final_Mission_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekBrains Final work

Final verification work

Task:

  1. Create a repository on a GitHub;
  2. Draw a flowchart of the algorithm;
  3. Provide the repository with a formal text description of the solution;
  4. Write a program that solves the task;
  5. Use version control in working on this small project.

Mission:

Program forms an array of strings whose length is less than or equal to 3
characters from an existing array of strings. The initial array can be entered
from the keyboard, or set at the start of the algorithm execution.

It is not recommended to use collections, it is better to do exclusively with arrays.

Examples:

  • ["hello", "2", "world", ":-)"] → ["2", ":-)"];
  • ["1234", "1567", "-2", "computer science"] → ["-2"];
  • ["Russia", "Denmark", "Kazan"] → [ ].

About

Final verification work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages