• Stars
    star
    1
  • Language
    C++
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

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

Repository Details

This program checks the position of the max value in a array.

More Repositories

1

alx-pre_course

I'm now a ALX Student, this is my first repository as a full-stack engineer
4
star
2

sahcoop

PHP
2
star
3

Vehicles-project

Appreciating Java OOP, hierarchy, overloading and overriding methods
Java
2
star
4

Delivery-order

This program simulates the delivery order of a company. It calculates the charges per the item and time of delivery of the order, then gives discounts.
Java
2
star
5

alx-low_level_programming

Introduction to C programming language.
C
2
star
6

PersonalView

This project serves as my introduction webpage
HTML
2
star
7

Encryption-Decryption-program

This program takes a given input from the user and encrypts it, and can also decrypt data using a given decryption key
C++
2
star
8

Animal-project

Java, Object-oriented, hierarchy, super classes, to
Java
2
star
9

MonsterJam

Monster Jam Exercise
HTML
2
star
10

NightWatch-project

This project provides an insight about a NightWatch company and the people in it, which have different and similar attributes
Java
2
star
11

Algorithms

Flowcharts created to illustrate algorithms
C++
1
star
12

Square-and-Squareroot-table

This program will take an input from the user and print the square and squareroot table up to the number given by the user.
C++
1
star
13

Fibonacci-series

This program calculates and displays the first 10 elements of the Fibonacci series.
C++
1
star
14

Name-initials-program

This program will take the full name of the user and print out the Surname and initials
C++
1
star
15

PrimeNumberChecker

This program will collect a number of inputs from the user and check/sort the prime numbers from the non-prime numbers. It will print out the inputs by the category
C++
1
star
16

alx-zero_day

I'm now a ALX Student, this is my first repository as a full-stack engineer
1
star
17

Hershewajue

Config files for my GitHub profile.
1
star
18

SortList

This program arranges or sort the values in the array from the minimum to maximum
C++
1
star
19

ReverseSorting

This program will sort the words or inputs given by the user, and print them out in reverse order. Like first in, last order kind of sorting.
C++
1
star
20

zero_day

This is my first repository as a full-stack engineer
1
star
21

Drug-Poteny

This program will prompt the user to enter at least two two-dimensional points and will produce the regression table Take n = number of iterations slope (m) = (nβˆ‘xy - βˆ‘xβˆ‘y) / (n(βˆ‘x^2) - (βˆ‘x)^2) y-intercept (c) = βˆ‘y/n - mβˆ‘x/n Pearson's corr (r) = (nβˆ‘xy - βˆ‘xβˆ‘y) / sqrt((n(βˆ‘x^2) - (βˆ‘x)^2) - ((nβˆ‘y^2) - (βˆ‘y)^2))
C++
1
star