Find the correct identifiers out of the following, which can be used for naming variables, constants or functions in a C++ program:
While, for, Float, new, 2ndName, A%B, Amount2, _Counter
Identifiers which can be used for naming variables constants in a C++ program are given below:
While, Float, Amount2, _Counter