Java to guess the number of games randomly given a number, guess the size until the correct, java to guess the number

Source: Internet
Author: User

Java to guess the number of games randomly given a number, guess the size until the correct, java to guess the number

Package com. swift; import java. util. random; import java. util. extends; public class GuessBigSmall {public static void main (String [] args) {scan = new external (System. in); Random random = new Random (); int number = random. nextInt (1000) + 1; for (;) {System. out. println ("enter a positive integer -- number:"); int guessNumber = scan. nextInt (); if (guessNumber> number) {System. out. println ("I guess it's big. "); Continue;} else if (guessNumber <number) {System. out. println (" it's too small. "); Continue;} else {System. out. println (" Congratulations, you guessed it. "); Break ;}}}}

Another method for generating random numbers

Package com. swift; import java. util. extends; public class GuessBigSmall2 {public static void main (String [] args) {shortscan = new external (System. in); int number = (int) (Math. random () * 1000 + 1); for (;) {System. out. println ("enter a positive integer -- number:"); int guessNumber = scan. nextInt (); if (guessNumber> number) {System. out. println ("I guess it's big. "); Continue;} else if (guessNumber <number) {System. out. println (" it's too small. "); Continue;} else {System. out. println (" Congratulations, you guessed it. "); Break ;}}}}

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.