Computer Science, asked by aarongeorge27, 1 month ago



class case

{

static void

{

int c=a*b;

System.out.println(“Product=”+c);

}

}
Rewrite in correct order​

Answers

Answered by sanjana8894
0

Answer:

class case

{

public static void main ( main string args [] ) ;

{

int c = a* b;

system.out.println(" Product="+c);

}

}

Similar questions