subject
Engineering, 22.02.2020 04:35 webbjalia04

Using System; using static System. Console; using System. Collections. Generic; using System. Linq; using System. Text; using System. Threading. Tasks; namespace AMPCh02Ex04 { class Program { static void Main(string[] args) { int quarters, dimes, nickels, pennies, change = 15974; WriteLine("Change = " + $"{(double)change / 100:C}"); quarters = change / 25; change %= 25; dimes = change / 10; change %= 10; nickels = change / 5; change %= 5; pennies = change; WriteLine("Quarters = " + quarters); WriteLine("Dimes = " + dimes); WriteLine("Nickels = " + nickels); WriteLine("Pennies = " + pennies); ReadKey(); } } }

ansver
Answers: 1

Another question on Engineering

question
Engineering, 04.07.2019 18:10
For the closed feedwater heater below, feedwater enters state 3 at a pressure of 2000 psia and temperature of 420 °f at a rate of ix10 ibhr. the feedwat extracted steam enters state 1 at a pressure of 1000 psia and enthalpy of 1500 btu/lbm. the extracted er leaves at an enthalpy of 528.7 btu/lbm steam leaves as a saturated liquid. (16) a) determine the mass flow rate of the extraction steam used to heat the feedwater (10) b) determine the terminal temperature difference of the closed feedwater heater
Answers: 3
question
Engineering, 04.07.2019 18:20
Ahe-xe mixture containing a 0.75 mole fraction of helium is used for cooling electronics in an avionics application. at a temperature of 300 k and atmospheric pressure, calculate the mass fraction of helium and the mass density, molar concentration and molecular weight of the mixture. if the cooling capacity is 10 l, what is the mass of the coolant?
Answers: 3
question
Engineering, 04.07.2019 19:10
10 kg of co2 is initially contained at 400 kpa and 300 k. the gas constant for carbon dioxide is 189 j/lkg k) and has a specific heat ratio, k, of 1.289. isentropic expansion then occurs until the pressure is 200 kpa. a) determine the initial volume of co2 in m. b) determine the final temperature in k. c) determine the work done by the system during the expansion kl.
Answers: 2
question
Engineering, 04.07.2019 19:20
Air at a pressure of 1atm and a temperature of 40 c is in parallel flow over the top surface of a flat plate that is heated to a uniform temperature of 120 c. the plate has a length of 0.40m (in the flow direction) and a width of 0.15m. the reynolds number based on the plate length is 50, 000. what is the rate of heat transfer from the plate to the air? if the free stream velocity of the air is doubled and the pressure is increased to 10 atm what is the rate of heat transfer?
Answers: 2
You know the right answer?
Using System; using static System. Console; using System. Collections. Generic; using System. Linq;...
Questions
question
Mathematics, 23.07.2019 22:00
Questions on the website: 13722362