Set N1 for a given current out

What will be an ideal response?

```
void Transformer :: setN1forI2(double i2)
{
N1 = int(N2 * i2 / i1);
}

```

Computer Science & Information Technology

You might also like to view...

Most databases can import electronic data from other software applications

Indicate whether the statement is true or false

Computer Science & Information Technology

________ define the kind of data that can be entered into a field, such as numbers, text, or dates

A) Field names B) Description C) Data types D) Field properties

Computer Science & Information Technology