Alexandro H. Lopes (@Xandones)
  • Stars
    star
    19
  • Global Rank 661,842 (Top 23 %)
  • Followers 19
  • Following 16
  • Registered over 5 years ago
  • Most used languages
    C++
    57.9 %
    Kotlin
    42.1 %
  • Location πŸ‡§πŸ‡· Brazil
  • Country Total Rank 29,732
  • Country Ranking
    Kotlin
    370
    C++
    674

Top repositories

1

UsingArraysAsFunctionParameters

Example of sending arrays as function parameters (it also shows how to automatically calculate the number of elements of it).
C++
1
star
2

PointersArithmetic

Example of pointers arithmetics.
C++
1
star
3

functionsExercise

Function that calculates the average between 2 numbers
Kotlin
1
star
4

ExerciseAboutWhile

Exercise about while where it is shown a countdown from 100 to 0 with a step of 2
Kotlin
1
star
5

OOP-Exercise

Exercise related to OOP where a class about mobile devices is created and 3 objects are instanciated.
Kotlin
1
star
6

ExerciseAboutWhen

This is an exercise about when related to age in the US.
Kotlin
1
star
7

Exponential

Calculates exponentials without using extra libraries.
C++
1
star
8

BasicDataTypesExercise

Exercise about basic data types
Kotlin
1
star
9

AdditionalWhileExercise

Additional exercise about while where the condition depends on a informed string
Kotlin
1
star
10

ArraysAndVectors

Example of a code with an array that stores 5 grades, calculates its average and also displays a string (with blank spaces) with the name of the student.
C++
1
star
11

MenuUsingDotHFile

This project has a menu with functions broken into 3 files (2 CPP and 1 H file).
C++
1
star
12

Factorial

This code calculates the factorial without the need of extra libraries.
C++
1
star
13

TernaryOperator

Shows two examples of using ternary expressions.
C++
1
star
14

FourBasicMathematicalOperations2

Enhanced version of the four basic mathematical operations terminal application. It prevents the user from dividing by zero and also allows the user to select the operation.
C++
1
star
15

OnlyNumbers

This code calculates the multiplication table of a number but it only allows integer numbers!
C++
1
star
16

SecondExerciseAboutForLoops

Counts from 0 to 10000 stopping on 9001 to write "IT'S OVER 9000!".
Kotlin
1
star
17

ExerciseAboutFor

Exercise about For where there's a countdown from 10 to 0
Kotlin
1
star
18

Math

This calculator was made with functions and also using a H file, it calculates the 4 basic mathematical operations and also potentiation and the square root of the 2 informed numbers.
C++
1
star
19

MenuWithFunction

This application is a menu app using functions. It also has a needed fix using exit function to quit it.
C++
1
star