I am currently working as a sales manager at Caspian Gold.
My goal is to transition into the IT field — I have a strong passion for technology, a higher education degree in Applied Mathematics and Informatics, and a genuine love for continuous learning and self-development. I’m fairly well-versed in computer hardware and eager to gain the fundamental knowledge and practical skills needed to start a career in IT.
Code example:
#include <iostream>
#include <conio.h>
using namespace std;
int main ()
{
cout << "Hello rsschool !!!\n";
_getch();
return 0;
}