Hey guys I'm having some trouble with this code, I am suppose to find voltage by multiplying a resistance array and a current array by using a function and pointers. This is what I have so far:
#include "stdafx.h"
#include <iostream>
using namespace std;
#include <iomanip>
#include <fstream> // Hey, we haven't seen this yet!!!!