hi..i had problem in my coding..can u fix for me??urgently..
Code:
#include<iostream>
#include<string>
using namespace std;
int main()
{
	string movie_name;
	int ticket_price;
	double adult_ticket_price;
	double child_ticket_price;
	int child;
	int x;
	float tax;
	int time;
	int cinema_num;
	int num_of_seat;
	int jumlah;
...