IN C++ Input a string of length 10 that contains only digits. Then check whether the digits at the even index in the string are even and the digits at the odd index in the string are odd. Print "True"...


IN C++<br>Input a string of length 10 that contains only digits. Then check whether the digits at the even index<br>in the string are even and the digits at the odd index in the string are odd. Print

Extracted text: IN C++ Input a string of length 10 that contains only digits. Then check whether the digits at the even index in the string are even and the digits at the odd index in the string are odd. Print "True" in the output if the condition is true. Otherwise, print "False" in the output.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here