VALERY LOZNIA

Avatar

Contacts

  • Location: Gomel, Belarus
  • Phone: +375 44 783-66-84
  • Email: valeryloznia@gmail.com
  • GitHub: varchoon

About Me

I can easily find contact with people of different ages, I am a team player, and I also love to learn and develop new skills in the directions that are necessary for me.

Skills

Code Example: Bubble sort

'''
int a[10], i, j, k;
for (i=0, i<10, i++){
    for(j=i+1, j<10, j++){
        if(a[i]>a[j]){
            k=a[j];
            a[j]=a[i];
            a[i]=k;
        }
    }
}
'''

Experience

Education

English

A2 (Pre-Intermediate)