Giter VIP home page Giter VIP logo

YSU_Capstone-Project

This is a group project between Dillon Freeman and Keith Smith implementing a sports injury assessment application for three other YSU students: Kyle Hegedus, Alek Monger, and Derek Bodo.

Keith B. Smith's Projects

cpp-prg-02-02-sales-prediction icon cpp-prg-02-02-sales-prediction

The East Coast sales division of a company generates 58 percent of total sales. Based on that percentage, write a program that will predict how much the East Coast division will generate if the company has $8.6 million in sales this year.

cpp-prg-02-03-sales-tax icon cpp-prg-02-03-sales-tax

Write a program that will compute the total sales tax on a $95 purchase. Assume the state sales tax is 4 percent, and the county sales tax is 2 percent.

cpp-prg-02-04-restaurant-bill icon cpp-prg-02-04-restaurant-bill

Write a program that computes the tax and tip on a restaurant bill for a patron with a $88.67 meal charge. The tax should be 6.75 percent of the meal cost. The tip should be 20 percent fo the total after adding the tax. Display the meal cost, tax amount, tip amount, and total bill on the screen.

cpp-prg-02-05-average-of-values icon cpp-prg-02-05-average-of-values

To get the average of a series of values, you add the values up then divide the sum by the number of values. Write a program that stores the following values in five different variables: 28, 32, 37, 24, and 33. The program should first calculate the sum of // these five variables and store the result in a separate variable named sum. Then, the program should divide the sum variable by 5 to get the average. Display the average on the screen.

cpp-prg-02-07-ocean-levels icon cpp-prg-02-07-ocean-levels

Assuming the ocean's level is currently rising at about 1.5 millimeters per year, write a program that displays: 1. The number of millimeters higher than the current level that the ocean's level will be in 5 years. 2. The number of millimeters higher than the current level that the ocean's level will be in 7 years. 3. The number of millimeters higher than the current level that the ocean's level will be in 10 years.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.