Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1) Write a program that lets the user guess whether the flip of a coin results in heads or tails. The program randomly generates an
1) Write a program that lets the user guess whether the flip of a coin results in heads or tails. The program randomly generates an integer 0 or 1 which represents heads or tails. The program prompts the user to enter a guess and reports whether the guess is correct or incorrect. The user only gets one guess so no loop is needed.
2) Write a program the prompts the user to enter an integer and determine whether it is divisible by 5 and 6, 5 or 6, and 5 or 6 but not both and report the result.
3) write a program that displays all the numbers from 100 to 10,000 (ten per line) that are divisible by both 5 and 6. Numbers should be separated by exactly 1 space.
Use Java
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started