%@ Page language="c#" Codebehind="wealth.cs" AutoEventWireup="false" Inherits="pset1.wealth" %>
This is a .NET version of the wealth clock at http://www.webho.com/WealthClock
| Current US Population: | <% = us_population %> |
| MSFT Share Price: | $<% = ms_price %> |
| Gates Wealth: | <% = gates_shares*ms_price %> |
| Your share | $<% = gates_shares * ms_price / us_population %> |