Please complete this in C++ without declaring any newvariables.

8. (7 pts) Fill in the missing parts for: bool isdigits (char* str); which should return true if all characters in the string are digits (ASCIl ‘0’-9′) bool isDigits(char* str) // no other variables may be declared while return false; return true; Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .