Answer:
The code will be:
#include <stdio.h>
#include <stdlib.h>
main () {
double weight, shippingCharge, rate, segments;
int distance;
printf("Enter the weight: \n");
scanf("%lf", &weight);
printf("Enter the distance: \n");
scanf("%i", &distance);
if (weight <= 10) {
printf("Rate is $3.00 \n");
rate = 3;
} else {
printf("Rate is $5.00 \n");
rate = 5;
}
if (distance % 500 == 0) {
segments = distance / 500;
} else {
segments = distance / 500 + 1;
}
shippingCharge = rate * segments;
if (distance >1000) {
shippingCharge = shippingCharge + 10;
}
printf("Your shipping charge is $%lf\n", shippingCharge);
system ("pause");
}
Generally, frictional losses are more predominant for the machines being not 100% efficient. This friction leads to the loss of energy in the form of heat, into the surroundings. Some of the supplied energy may be utilised to change the entropy (measure of randomness of the particles) of the system.
Answer:
a. 0.4544 N
b. 
Explanation:
For computing the normality and molarity of the acid solution first we need to do the following calculations
The balanced reaction



= 0.27264 g


= 0.006816 mol
Now
Moles of
needed is

= 0.003408 mol


= 0.333984 g
Now based on the above calculation
a. Normality of acid is


= 0.4544 N
b. And, the acid solution molarity is


= 0.00005112
=
We simply applied the above formulas
Answer:
ideal fluid follow Newtonian law
that is, shear stress is directly proportional to rate change of shear strain.
watch handwritten explanation
Answer:
The AGC circuit operates with an input voltage range of 60 dB (5 mV p-p to 5 V p-p), with a fixed output voltage of 250 mV p-p.
Explanation: