java_if_else__

Posted IT佼佼者---精彩斌

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java_if_else__相关的知识,希望对你有一定的参考价值。

技术分享图片1 、 语法

import java.util.Scanner;
public class Dome4{    
public static void main(String []args){
    Scanner input = new Scanner (System.in);
    String id="",password="",id1="admin",password1="666";
    int a,b,c,max;
    System.out.print("请输入账号:");
    id=input.next();
    if(id.equals(id1)){
        System.out.print("请输入密码:");
        password=input.next();
        if(password.equals(password1)){
            System.out.print("登录成功!");
            System.out.print("请输入第一个数:");
            a=input.nextInt();
            System.out.print("请输入第二个数:");
            b=input.nextInt();
            System.out.print("请输入第三个数");
            c=input.nextInt();
            if(a>b){
                max = a ;
            }
            else {
                max = b ;
            }
            if(max >c ){
                max =max ;
            }
            else {
                max = c;
            }
            System.out.println("最大值为:"+max);
        }
    }
    else{
        System.out.print("账号错误,请重新输入:");
    }
}
}

技术分享图片if( 条件 ){

技术分享图片语句块M...;

技术分享图片技术分享图片}else{

技术分享图片语句块N...;

技术分享图片}

语句块Z...;

技术分享图片技术分享图片 

以上是关于java_if_else__的主要内容,如果未能解决你的问题,请参考以下文章

VSCode 配置 用户自定义代码片段 自定义自动代码补充

[AndroidStudio]_[初级]_[配置自动完成的代码片段]

[AndroidStudio]_[初级]_[配置自动完成的代码片段]

这些 C++ 代码片段有啥作用?

leetcode_1292. Maximum Side Length of a Square with Sum Less than or Equal to Threshold_[二维前缀和](代码片段

Discuz代码片段