Skip to content

inovexAcademy/word-count-kata-java

Repository files navigation

Word Count Kata - Java

This repository contains a basic project setup for the word count code kata.

Environment Setup

This repository is configured to work with Visual Studio Code and Development Containers.
Please make sure to have the following installed and configured:

For more information have a look at: https://code.visualstudio.com/docs/devcontainers/containers

First Part

Implement a console application to count the number of words in a text. The app shall ask for the text upon start. It shall then output the number of words found in the given text.

Example usage:

$ java App
Please enter the text: Mary had a little lamb
Number of words: 5
$

Second Part

Ask your trainer / facilitator how the kata will continue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages