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. Yarbz2

    Newbie "For" loop problem

    Thanks guys! It worked You said your compiler didn't like "%.2f" what are your setting on your compiler... cause mine didn't catch it. And do you know of a way I can set mine better? Thanks again, Yarbz2
  2. Yarbz2

    Newbie "For" loop problem

    I'm very new at this and am stuck on a loop problem. I'm trying to make an averageing loop but the loop won't ask for the next input. This is what I have: #include <stdio.h> void main (void) { float sum = 0, score, average; int number; printf(&quot;Number of Floats to average? &quot;)...

Part and Inventory Search

Back
Top