Question: A 3-character string, passCode, is read from input. Replace the first and third characters in passCode with '-' only if both are digit characters. Otherwise,

 A 3-character string, passCode, is read from input. Replace the first

A 3-character string, passCode, is read from input. Replace the first and third characters in passCode with '-' only if both are digit characters. Otherwise, passcode is not changed. Ex: If the input is 447 , then the output is: -4- Ex: If the input is 22c, then the output is: 22c

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 Databases Questions!