Question: Variable userString is assigned with a 3 - character string read from input. Replace the first character in userString with ' = ' if the

Variable userString is assigned with a 3-character string read from input. Replace the first character in userString with '=' if the first character is a digit. Replace the second character in userString with '-' if the second character is a digit. If neither condition is true, userString is not changed.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!