https://github.com/noeldevelops/interplanetary-travel-cpp
simple C++ console app that takes the user on a hypothetical trip to space - it asks for input then calculates their travel time and weight on the destination planet
https://github.com/noeldevelops/interplanetary-travel-cpp
Last synced: 4 months ago
JSON representation
simple C++ console app that takes the user on a hypothetical trip to space - it asks for input then calculates their travel time and weight on the destination planet
- Host: GitHub
- URL: https://github.com/noeldevelops/interplanetary-travel-cpp
- Owner: noeldevelops
- Created: 2020-03-18T20:00:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T20:06:41.000Z (over 5 years ago)
- Last Synced: 2025-01-17T04:42:11.053Z (6 months ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interplanetary Travel
This C++ console app takes the user on a hypothetical trip to space. It asks the user to input his/her destination planet, name, weight, and desired travel speed then calculates travel time and new weight on the destination planet.
It was a CIS 1275 C++ Level 1 class project for [CNM](https://cnm.edu), written for practice for working with `vectors`, C++ functions, and the `iostream` library.
