Hi this is a C program. I need you to convert it to C++. make sure its working thank youhere is the program:#includeint main(){ int n; int total_camper; printf("\nEnter the total of number group campers: "); scanf("%d",&n); total_camper = n*12; printf("\nThe total number of campers is : %d", total_camper); return 0;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here