
-----------------------------------
hnparmar
Sat Mar 09, 2013 10:45 am

C Programming Loop Help Please!
-----------------------------------
3.   Print out the current values in a table for voltages ranging from 0 to 50 in steps of 10 and resistor values ranging from 100 to 1000 in steps of 200 ohms.  The table should look similar to the one in question 2.

			Remember,     V = I * R

#include
main()
{
  int i,j,total;
  for(i=0;i