Posts by D3T0NA • 123 points
1 post
-
0
votes1
answer97
viewsQ: How do I make a program to invert a password by ignoring the # and _?
I have an exercise to do with this theme but I can’t reverse the second part after a special character. Example: teste_baixo#123 would be traded for etset_oxiab#321. import java.util.Scanner; public…