The voltage on a resistor will be "12 V".
According to the given question,
Current,
Power,
As we know the formula,
→ 
or,
→ 
By putting the giving values, we get
→ 
→ 
Thus the solution above is right.
Learn more about voltage here:
brainly.com/question/18883096
Butter to Margarine
Cakes baked with butter usually always turns out to be greasy and heavy.
Hope this helps, good luck! (:
C++:
int main () {
std::ofstream output {"greeting.txt"};
output << "hey!";
output.close();
return 0;
}