Abhi Java 1.1
Abhi Java 1.1
Aim of the practical: In this challenge, we're going to use loops to help us do some simple
math.
Objective: Given an integer, , print its first multiples. Each multiple (where ) should be
printed on a new line in the form: N x i = result.
Program Code:
import java.io.*;
import java.math.*;
import java.util.Scanner;
}
}
Output:
2. Learnt about the execution of loop how it runs and update the given value.
3.Learnt about the different types of loops and what’s the main difference between
them.
Evaluation Grid :