Hi this is a C program. I need you to convert it to C++. make sure its working thank you here is the program: #include int main() { int n; int total_camper; printf("\nEnter the total of number group...


Hi this is a C program. I need you to convert it to C++. make sure its working thank you


here is the program:


#include
int 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;
}



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here