using System; using System.Collections.Generic; using - TopicsExpress



          

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace cGrossImp { class Program { static void Main(string[] args) { string userInput; double hrsWorked; double netPay; double grossPay; Console.Write(" Please enter the number of hours worked: "); userInput = Console.ReadLine(); hrsWorked = Convert.ToDouble(userInput); Console.Write(" Please enter the pay rate: "); userInput = Console.ReadLine(); netPay = Convert.ToDouble(userInput); if (hrsWorked
Posted on: Tue, 27 Aug 2013 09:13:15 +0000

Trending Topics



Recently Viewed Topics




© 2015