实验2-控制结构实验报告.docx

上传人:龙*** 文档编号:1042218 上传时间:2018-11-23 格式:DOCX 页数:9 大小:63.73KB
下载 相关 举报
实验2-控制结构实验报告.docx_第1页
第1页 / 共9页
实验2-控制结构实验报告.docx_第2页
第2页 / 共9页
实验2-控制结构实验报告.docx_第3页
第3页 / 共9页
实验2-控制结构实验报告.docx_第4页
第4页 / 共9页
实验2-控制结构实验报告.docx_第5页
第5页 / 共9页
点击查看更多>>
资源描述

1、福建工程学院import java.util.Scanner;public class shiyan1 public static void main(String args) / TODO 自动生成的方法存根福建工程学院Scanner scanner = new Scanner(System.in);String Name = scanner.nextLine();if(Name.equals(“Java“)System.out.println(“请输入密码:“ );else System.out.println(“姓名错误!“ );String Passwd = scanner.nextL

2、ine();if(Passwd.equals(“201801“)System.out.println(Name+“登录成功!“);else System.out.println(“密码错误“ );2猜数字游戏实现“猜数字”游戏,其游戏规则为:出题者从 0-9 之间选取 4 个不重复的数字,由猜数者进行猜测。每一次猜测,出题者都要给出“nAmB”的提示信息: nA 表示本次猜测中有 n 个与谜底的数字和位置完全相同;mB 表示另有 m 个数字与谜底的数字相同,但位置不同。当得到“4A0B”的结果时,猜数福建工程学院import java.util.Random;import java.util.

3、Scanner;public class shiyan1 int Nums = new int4; int inputNumsArray = new int4; int difficultyLevel; int difficulty; int aA = 0; 福建工程学院 String numberStr = “; String str = “; /* * 生成随机数 */ public int randNums(int n) for (int i = 0; i Nums.length; i+) Random ran = new Random(); int a = ran.nextInt(10

4、); if (i - 1 != -1) for (int j = 0; j i; j+) if (a = Numsj) i-; break; else Numsi = a; else Numsi = a; return Nums; 福建工程学院 System.out .println(“请选择难度系数(输入数字),1:Easy 可以猜 12 次;2:Common 可以猜 9 次;3:Hard 可以猜 7 次“); difficulty = scan.nextInt(); switch (difficulty) case 1: difficultyLevel = 12; break; case

5、2: difficultyLevel = 9; break; case 3: difficultyLevel = 7; break; default: break; 福建工程学院 /* * 接受用户输入的数字 */ public int inputNums(int n) Scanner scan = new Scanner(System.in); int b = scan.nextInt(); for (int i = 0; i inputNumsArray.length; i+) int c = (int) (int) b / Math.pow(10, 3 - i); inputNumsAr

6、rayi = c; b = (int) (b - c * Math.pow(10, (3 - i); return inputNumsArray; /* * 数字比对的方法 */ public String compare(int answer, int inputs) for (int i = 0; i answer.length; i+) if (inputsi = answeri) aA += 1; continue; else 福建工程学院 j answer.length; j+) if (inputsi = answerj) bB += 1; str = “ + aA + “A “

7、+ bB + “B “; return str; /* * 整个游戏过程代码 */ public void play() randNums(4); for (int i = 0; i Nums.length; i+) numberStr = numberStr + Numsi; selectLevel(); System.out.println(“你选择了难度系数:“ + difficulty + “ 共有:“ + difficultyLevel + “次机会。“); for (int i = 0; i difficultyLevel; i+) inputNums(4); int chance

8、Nums = difficultyLevel - i - 1; compare(Nums, inputNumsArray); if (aA != 4) 福建工程学院 break; else System.out.println(str + “ 你还有“ + chanceNums + “次机会“); aA = 0; bB = 0; else if (aA = 4) System.out.println(“恭喜你,答对了 “); break; public static void main(String args) / TODO 自动生成的方法存根shiyan1 a = new shiyan1(); a.play(); 福建工程学院&信息科学与工程学院 实验报告

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 课程笔记

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。