Posts by Carlos Eduardo • 21 points
2 posts
-
2
votes1
answer584
viewsQ: Test with junit
I developed a simple Bank system, now I want to know how I can use Junit only in the ways to withdraw and deposit. package CaixaEletronico; import java.util.Random; import java.util.Scanner; public…
-
0
votes0
answers35
viewsQ: Automatic input
I am developing a login page with Cpf and password, I did several searches and did not reach any conclusion on how to put the automatic signals, for example... No input : Cpf when I type the number…