黑马程序员技术交流社区

标题: 今天打得小程序,,快快前来登陆!! [打印本页]

作者: 坏坏坏男孩    时间: 2016-7-12 21:28
标题: 今天打得小程序,,快快前来登陆!!
package com.heima;

import java.util.Scanner;

public class test_online {

        public static void main(String[] args) {
                        for(int x=1;x<=3;x++){
                  Scanner  sc =new Scanner(System.in );
                        System.out.println("请输入登陆账号:");
                        String account = sc.nextLine();
                        System.out.println("请输入密码:");
                        String password = sc.nextLine();    //nextLine是输入字符的,nextxxx  后面加什么可以输入什么样的类型.
                       
                        if ("admin".equals(account )&&"admin".equals(password  )){
                                System.out.println("欢迎回来!");
                        } else if  (x<=2){
                                                        System.out.println("输入密码有误,请重新输入,还有"+(3-x)+"次机会");
                                }else {
                                        System.out.println("输入密码或用户名有误,已锁卡!");
                                }
                               
                       
                        }
                       
        }

}

作者: anyeyyc    时间: 2016-7-12 23:19
666666666666
作者: 坏坏坏男孩    时间: 2016-7-12 23:44
anyeyyc 发表于 2016-7-12 23:19
666666666666

哈哈哈哈...




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2