Computer Science, asked by JBJ919, 8 months ago

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 Anonymous
1

Correct program given in the photo

Attachments:
Similar questions