Nicholas Vickery (Thecanniestbadge)

Thecanniestbadge

Geek Repo

Company:VickeryCode Innovations

Location:South carolina

Github PK Tool:Github PK Tool

Nicholas Vickery's repositories

2D-Sum-of-All

This program populates a 2D array with integers ranging from 1 to 100.

Language:CStargazers:0Issues:1Issues:0

Basic-Math

Create an integer constant for the value of 100, and use the constant in both the calculations and the output.

Language:CStargazers:0Issues:1Issues:0

BMI

This program calculates the Body Mass Index or also known as BMI based on the user input of height and weight

Language:CStargazers:0Issues:1Issues:0

Bouncing-Ball

This program calulates and displays the number of times a ball will bounce before its height is less than one inch

Language:CStargazers:0Issues:1Issues:0

Bubble-Sort

This program asks the user to enter 10 double values into an array, then displays the unsorted array using for loops and nested if statement in the third for loop.

Language:CStargazers:0Issues:1Issues:0

Calories

This program determines how many calories you have ate.

Language:CStargazers:0Issues:1Issues:0

Calories-Burned

This program calculates and displays the amount of calories burned while running for 5 to 20 mins with 3.9 calories burned per minutes incremented by 3

Language:C++Stargazers:0Issues:1Issues:0

Distance-Traveled

This program asks the users to input the speed of a vehicle in milese per hour and the time of the travel in hours and validates the inputs that the user gave.

Language:CStargazers:0Issues:1Issues:0

Feet-Inches-to-Inches

Ask the user to enter their height in feet and inches (both as integers) and convert feet and inches to just inches.

Language:CStargazers:0Issues:1Issues:0

Hello-Name

This program displays the name of the user and other basic information

Language:CStargazers:0Issues:1Issues:0

Letter-Grade

This program has the user enter an exam score and then the program determines what letter grade the exam gets based off of set ranges of each letter grade.

Language:CStargazers:0Issues:1Issues:0

Markup

This program determines the markup of an item based on the wholesale cost and how much of percent markup the item has gotten.

Language:CStargazers:0Issues:1Issues:0

Miles-to-KM

This program receives the number of miles from the user and converts it to kilometers.

Language:CStargazers:0Issues:1Issues:0

Minutes-Hours-Days

This program takes the users input and calculates the input into minutes, hours, days, if acceptable.

Language:CStargazers:0Issues:1Issues:0

MPH

This program gets the miles driven and how long it took and determines how fast the user were going.

Language:CStargazers:0Issues:1Issues:0

MytoLower

This program demonstrates a custom implementation of the _strlwr function in C.

Language:CStargazers:0Issues:1Issues:0

Pay-Calculation

This program detemines the users pay weekly by getting their payrate and the number of hours they worked

Language:CStargazers:0Issues:1Issues:0

Profit

This program determines how much profit the company will made from sales based on total sales

Language:CStargazers:0Issues:1Issues:0

Progs-2-3-4

This program is based on combining three of my other programs, SplitDouble, MinutesHoursDays, and CaloriesBurned.

Language:CStargazers:0Issues:1Issues:0