Our world population of 7 billion as a village of 100 people:
Here are our mother tongues:
12 speak Chinese
5 speak Spanish
5 speak Hindi or Bengali
5 speak English
73 speak the other 6,000 languages
Here is our wealth:
1 owns 40% of the wealth
6 own half the wealth
51 live on less than $2 a day
Here are our religious beliefs:
33 are Christian
22 are Muslim
14 are Hindu
7 are Buddhists
2 are Atheists
(And 33 believe in witchcraft, ghosts and aliens)
Here are our homes:
51 live in cities and can’t see the Milky Way
25 live in substandard housing or no home at all
And:
7 can’t read or write
10 have no job
11 have a vehicle
13 don’t have safe drinking water
14 are on Facebook
64 don’t have Internet access
If you woke up each day in this village, and knew each of the other 99 villagers personally, what would you do differently?
“I can do things you cannot, you can do things I cannot. Together we can do great things.” ~ Mother Teresa
Subscribe to:
Post Comments (Atom)
Featured post
Country State City Database - MySQL / JSON Download
World Data Bundle — Full Continent, Country, State, City & Currency Dataset This article provides an overview of the World Geo Data di...
-
1 23 456 78910 #include<stdio.h> int main() { int i,j,k; k=1; for(i=1;i<5;i++) { for(j=1;j<=i;j++) { printf("%d",k++);...
-
1 10 101 1010 10101 #include<stdio.h> int main() { int i,j,k; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) { printf("%d",j%2)...
-
13579 3579 579 79 9 #include <stdio.h> int main() { int i,j; for(i=1;i<=9;i+=2) { for(j=i;j<=9;j+=2) { print...
-
12345 4321 123 21 1 int main() { int i,j,k; for(i=5;i>=1;i--) { if(i%2==1) k=1; else k=i; for(j=1;j<=i;j++) { printf("%d",k)...
-
1234567 12345 123 1 int main() { int i,j; for(i=7;i>=1;i-=2) { for(j=1;j<=i;j++) { printf("%d",j); } printf("\n");...
-
5 54 543 5432 54321 CODE : #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=5;j>=i;j--) { printf("%d...
-
5 44 333 2222 11111 #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=5;j>=i;j--) { printf("%d",i); ...
-
ABCDE ABCD ABC AB A #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=1;j<=i;j++) ...
-
5 45 345 2345 12345 CODE: #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=i;j<=5;j++) { printf("%d...
-
EDCBA DCBA CBA BA A #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=i;j>=1;j--) ...
No comments:
Post a Comment