+ 1
I want to create a bank application
with registration login and logout info
4 Antworten
+ 7
add
username = ""
pswd = " "
pswdinput = ...
unameinput = ...
while !equals(pswinput,pswd)
//reprompt
if equal break
+ 6
This might help getting you started
0
i want to login and logout system also ...