Computer Science Canada Collecting, Storing and Organizing Data :) |
Author: | athanaba [ Tue Feb 28, 2012 11:56 am ] |
Post subject: | Collecting, Storing and Organizing Data :) |
Hey guys ! I have an assignment which asks me to allow the user to input daily temperatures, and then count and display the number of high, medium and low temperatures. I know that I'd have to use a loop to ask the user to continually put in temperatures, and if statements for the different categories , but am lost beyond that ! Any help would be appreciated ! Thank youuu Ash |
Author: | bl0ckeduser [ Sun Mar 04, 2012 10:22 am ] | ||
Post subject: | Re: Collecting, Storing and Organizing Data :) | ||
athanaba @ Tue Feb 28, 2012 11:56 am wrote: Hey guys !
I have an assignment which asks me to allow the user to input daily temperatures, and then count and display the number of high, medium and low temperatures. I know that I'd have to use a loop to ask the user to continually put in temperatures, and if statements for the different categories , but am lost beyond that ! Any help would be appreciated ! Thank youuu Ash This version compiles high/mid/low temperatures as they are read in:
|
Author: | S_Grimm [ Mon Mar 05, 2012 8:53 am ] |
Post subject: | Re: Collecting, Storing and Organizing Data :) |
bl0ckeduser @ Sun Mar 04, 2012 10:22 am wrote: This version compiles high/mid/low temperatures as they are read in: Just a little bit of information, around these parts handing people completed code is frowned upon. You should instead just give advice and ask the Original Poster (here forth referred to as the OP) to post his / her code. Read the OP's code and then offer suggestions based on what they are doing wrong. On the other side, athanaba, can you post what you have so far? We are unable to offer suggestions without knowing what you currently have! Thank you! |