A Logo of Seth's Portfolio as an S and M

Seth McNamee

Programmer

CPT 232 C++ Projects

C++ Markup Price Project

This Project displays my knowledge and understanding on how to make functions in C++. The project takes two numbers and then finds the markup price of the first number by adding the second number as a percentage of the first. Please download the file by clicking the link below to download a zipped file then extract to view the project or visit my GitHub here at MarkUp Price Calculator

C++ Markup Price Download C++ Markup Price Source Code

Code for the C++ Markup Price Project

Output for the C++ Markup Price Project

C++ Array Manipulation Project

In this C++ Project it lets the user enter 10 numbers then the user can enter the number of the index that they would like to delete the number from. This display my ablilities to manipulate arrays To download please click the link below to download or download from my GitHub page at Array Manipulation.

Array Manipulation Download Array Manipulation Source Code

Code for the C++ Array Manipulation Project

Output for the C++ Array Manipulation Project