0
How do I implement user inputs in classes in my c++ code
I am writing a code that calculates gross income using classes but I can't figure out how to implement user input to collect the income of the user
1 Answer
+ 1
There are several ways depending on what types you're working with and what you're doing, but this should get you started.
https://www.sololearn.com/learn/CPlusPlus/1607/