I Need to write a Program using arrys and Loops to Get a Sum of Ten Numbers :D
--------------------------
whats da wrong of this coding :confused: , im gettting a junk value :P :rofl:
#include<stdio.h>
#include<conio.h>
main()
{
int arr[10];
int i,sum=0;
for (i=1;i<10;i++)
{...