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
Aplate clutch has a single pair of mating friction surfaces 250-mm od by 175-mm id. the mean value of the coefficient of friction is 0.30, and the actuating force is 4 kn. a) find the maximum pressure and the torque capacity using the uniform-wear model. b) find the maximum pressure and the torque capacity using the uniform-pressure model.
Answers: 3
question
Engineering, 04.07.2019 18:10
An air compression refrigeration system is to have an air pressure of 100 psia in the brine tank and an allowable air temperature increase of 60°f for standard vapor compression cycle temperatures of 77 f entering the expansion cylinder and 14 f entering the compression cylinder, calculate the coefficient of performance a. 2.5 b 3.3 c. 4.0 d. 5.0
Answers: 3
question
Engineering, 04.07.2019 18:20
Air is compressed isentropically from an initial state of 300 k and 101 kpa to a final temperature of 1000 k. determine the final pressure using the following approaches: (a) approximate analysis (using properties at the average temperature) (b) exact analysis
Answers: 1
question
Engineering, 04.07.2019 19:10
Air inially occupying a volume of 1 m2 at 100 kpa, 27 c undergoes three internally reversible processes in series. process 1-2 compression to 500 kpa during which pv constant process 2-3 adiabatic expanslon to 100 kpa process 3-1: constant-pressure expansion to 100 kpa (a) calculate the change of entropy for each of the three processes. (b) calculate the heat and work involved in each process. (c) is this cycle a power cycle or refrigeration cycle?
Answers: 3
You know the right answer?
Using System; using static System. Console; using System. Collections. Generic; using System. Linq;...
Questions
question
Mathematics, 20.05.2021 22:00
question
Mathematics, 20.05.2021 22:00
Questions on the website: 13722360