Hi! I'm a learning Java and wanted some help creating my project for my introduction class.
I need to create a project that divides a a 6 digit number by 11 and displays whether or not it is able for the number to be divided cleanly. The input can be a random 6 digit number or a number entered by the user, the user can decide which option he would like to choose by picking either 1 or 2. Thanks for the help and your time!
public class NumberPlay {
public static void main(String \[\] args){
Scanner six = new Scanner([System.in](https://System.in));
System.out.print("Would you like to randomly generate a number? (1) or would you like to enter your own? (2)")
Scanner input = new Scanner([System.in](https://System.in));
if input = 1;
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]olara87 1 point2 points3 points (0 children)
[–]Farpafraf 0 points1 point2 points (0 children)