It is a simple program that read a file and replace the characters specified in the file (in this case vowels) by others characters.
It is a simple program that read a file and, when reading the line 3, prompt an input for the user type a phrase that will be inserted below the line 3 in a new file.
A simple game to practice about modularization, string and file manipulation, ... In this game the user have to respond 10 questions about general subjects. When finished the game the score is saved and displayed in the initial screen.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.