class case
{
static void
{
int c=a*b;
System.out.println(“Product=”+c);
}
}
Rewrite in correct order
Answers
Answered by
0
Answer:
class case
{
public static void main ( main string args [] ) ;
{
int c = a* b;
system.out.println(" Product="+c);
}
}
Similar questions