INTERNSHIP TASKS
Glad to meet you here. In this page, you can navigate between the different tasks of your internship.
Console Programmer
Develop console-based programs to solve problems, automate tasks, and create simple interactive applications.
1: Area Calculator
Create an Area Calculator console application, where user can choose between calculating area of square, rectangle and circle, then the application asks for the required inputs, and finally print the output on screen.
2: Calc Library
Create an Importable File with some functions that can perform basic arithmetic operations including +, -, *, / so any programmer can download and include your file to start using its functions.
3: Words Counter
Create a Words Counter console application, that can read a certain file, then count the numbers of characters, words and sentences.
4: Tic Tac Toe Game
Create a Tic Tac Toe Game where number of user wins is stored in a txt file, and retrieved from it to be displayed to user.