Select from the dropdown lists to complete the text.
( Scanner, String ) precio=new Scanner(System.in);
String producto;
int prec( ;, : )
int gan,sub,iva,prev;
System.out.println("cual es el producto");
producto=precio.next( Line();, Int();, Double, Line(). )
System.( out, if ).println("cual es el precio del producto");
prec=precio*0.25;
sub=prec+gan;
iva=sub*0.12;
( prev, ope, ganacia )=sub+iva;
System.out.( println, print, else )("nombre el producto:"+producto)( ;, \, > )
System.out.println("precio del producto:"+prec);
System.out,.println("la ganancia es:"+gan);
( System, import, java, Scanner ).out.println("subtotal es:"+sub);
System.out.println("iva:"+iva);
System.out.println("el precio de venta es:"+prev);