Input
public class Ticket { public static void main(String[]args) { int ticketprice=120; int numberoftickets=3; int totalprice=ticketprice * numberoftickets; System.out.println(360); } }
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)