Looping HelpTHANK YOU~! I'm such an idiot...
Looping HelpFor this program i had to change and input file and make a output file showing the name grades and a...
Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?Nevermind I got it~ Thanks so much for the help its very much appreciated :)
Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?[code] r = (n1.r * n2.r) - (n1.i * n2.i); i = n1.r * n2.r + n1.i * n2.r ; r + i * (i);...
Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?[code] // s Complex Numbers.cpp : This program should allow the user to add, subtract, and multiply ...