Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!