• Stars
    star
    1
  • Language
    Kotlin
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More 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

ExerciseAboutFor

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

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
18

MenuWithFunction

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