Rewrite the following program after removing the error in the
program if any :
public class MulTwoNumber
{
public static void main(String[] args)
{
int num1 = 8, num2 = 2 ;
div = num1 * num2;
System.out.println("Div of no" +div);
}
Answers
Answered by
1
Correct program given in the photo
Attachments:
Similar questions