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");
}
I believe the amount of arable land worldwide is 1/3 as a fraction.
Since the armature is wave wound, the magnetic flux per pole is 0.0274 Weber.
<u>Given the following data:</u>
- Number of armature conductors = 144 slots
- Number of poles = 4 poles
- Number of parallel paths = 2
To find the magnetic flux per pole:
Mathematically, the emf generated by a DC generator is given by the formula;
× 
<u>Where:</u>
- E is the electromotive force in the DC generator.
- Z is the total number of armature conductors.
- N is the speed or armature rotation in r.p.m.
- P is the number of poles.
- A is the number of parallel paths in armature.
First of all, we would determine the total number of armature conductors:
×
× 
Z = 864
Substituting the given parameters into the formula, we have;
× 
× 
<em>Magnetic flux </em><em>=</em><em> 0.0274 Weber.</em>
Therefore, the magnetic flux per pole is 0.0274 Weber.
Read more: brainly.com/question/15449812?referrer=searchResults
Answer:
A supercapacitor, also called an ultracapacitor, is a high-capacity capacitor with a capacitance value much higher than other capacitors, but with lower voltage limits, that bridges the gap between electrolytic capacitors and rechargeable batteries.
Explanation:
Answer:
hello im new trying to get points
Explanation: