Java Assingment 1
Java Assingment 1
import java.util.Scanner;
Q2. Write a program that accepts an integer as input and prints the table of that integer up to 12.
import java.util.Scanner;
Q3. Write a program that reads in a number from the user and then displays the
Hailstone sequence for that number
import java.util.Scanner;