Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. watshamacalit

    arrays...cant find the error in my program

    Write a program that rolls a six-sided die 6000 times and displays the number of times each face was rolled. so far i have... #include <stdio.h> void main ( void ) { int index, count, roll ; int face[ 6 ] ; for ( index = 1 ; index <= 5 ; index++ ) face[ index ] = 0 ; printf(...

Part and Inventory Search

Back
Top