Answer to Question #179405 in C++ for rosmira natasha

Question #179405

write the flow chat program for project to identify total population of residence in rural area


1
Expert's answer
2021-04-08T12:40:58-0400
#include <iostream>
using namespace std;


int main()
{
    int total_p, male_population, female_population;
    
    cout<<"Enter number of Male Population: "<<endl;
    cin>>male_population;
    
    cout<<"Enter number of Feale Population: "<<endl;
    cin>>female_population;
    
    cout<<"Total Population: "<< male_population + female_population;
    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS