https://github.com/heyfoz/cpp_phone_plan_selection_logic
The Phone Plan Selection Logic program (C++) requests that the user provide a phone plan type and number of minutes used. Input is read to variables to calculate the estimated bill, which is displayed as output.
https://github.com/heyfoz/cpp_phone_plan_selection_logic
cpp finance logic phone selection
Last synced: 11 months ago
JSON representation
The Phone Plan Selection Logic program (C++) requests that the user provide a phone plan type and number of minutes used. Input is read to variables to calculate the estimated bill, which is displayed as output.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp_phone_plan_selection_logic
- Owner: heyfoz
- License: mit
- Created: 2022-09-23T08:06:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:45:54.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:45.891Z (over 1 year ago)
- Topics: cpp, finance, logic, phone, selection
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_phone_plan_selection_logic
The Phone Plan Selection Logic program (C++) requests that the user provide a phone plan type and number of minutes used.
Input is read to variables to calculate the estimated bill, which is displayed as output.
Link to the main cpp file: Phone Plan Selection Logic C++ Program
Copyright (c) 2022 ffm5113