Answer:
<em>#include <iostream></em>
<em>using namespace std;</em>
<em>int main()</em>
<em>{</em>
<em>cout<<"Technology Has been Used to Win Souls to Christ through Some of these means"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em>cout<<"1.\t Through Ministry and Church Websites"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em>cout<<"2.\t Through Internet Media on the Web (Podcasts, simulcasts etc) for gospel streaming"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em>cout<<"3.\t Keeping in touch or follow-up of new converts through social media platforms"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em>cout<<"4.\t Receiving Monetary seed donations online from members accross the world (Paypal, Western Union etc)"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em>cout<<"5.\t Through keeping up to date Membership records and church attendance data Analysis"<<endl;</em>
<em>cout<<" "<<endl;</em>
<em> return 0;</em>
<em>}</em>
Explanation:
The following program in C++ prints out five sentences using multiple cout statements outlining how technology has been used to win souls to Christ Jesus