Elena Zhidenko

Elena Zhidenko

About me

I am a third-year student at Maikop State Technical University, majoring in Applied Informatics. I am 31 years old, and my main profession is a pharmacist, a field in which I have been working for 10 years. I am attempting this course for the third time, as I usually don't have enough time. I enjoy reading fiction, sometimes embroidering, and I'm a huge fan of rock music.

Entry-level Skils

Code example

Расчет параллельного соединения сопротивлений:


                #include <iostream>
                using namespace std;

                int main() {
                float R, R1, R2, R3;
                setlocale(LC_ALL, "Rus");
                cout << "Введите значение R1: ";
                cin >> R1;
                // ... ввод R2 и R3
                R = 1/((1 / R1) + (1 / R2) + (1 / R3));
                cout << "Сопротивление соединения: " << R;
                return 0;
                }
            

Work Experience

With no experience

Education

Student Maikop State Technical University

Language