Help understanding while loop I'm reviewing an example from an online course that I'm taking on basics for C++. The program takes ...
My class declaration and function isn't taking the 5 arguments that it needs.@vlad I did make the years into the double. did you not read my code?
My class declaration and function isn't taking the 5 arguments that it needs.@ Ispil should I then make the constructor pass the 3 strings and 2 integers?
My class declaration and function isn't taking the 5 arguments that it needs.I have to write a program that takes three employees that displays their name, id nmber, department,...
array:How do check for duplicate numbers?!I tried doing that but it didn't work. I'm saving the numbers directly into the array. I think I'm s...