Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Re: How to create a simple program

Reply
Thread Tools

Re: How to create a simple program

 
 
Saeed Amrollahi
Guest
Posts: n/a
 
      11-06-2012
On Tuesday, November 6, 2012 7:02:02 AM UTC+3:30, simmontoffle wrote:
> I want to create a simple program that show variation of % in every week between to 2 number from 1 to 1000. E.g. if i can differentiate 10, 120 for first week and 20, 230 for next week then variation in % between 2 weeks?
>
>
>
> Thanks,
>
> Furnicons.com




On Tuesday, November 6, 2012 7:02:02 AM UTC+3:30, simmontoffle wrote:
> I want to create a simple program that show variation of % in every week between to 2 number from 1 to 1000. E.g. if i can differentiate 10, 120 for first week and 20, 230 for next week then variation in % between 2 weeks?
>
>
>
> Thanks,
>
> Furnicons.com


Hi
If I understand the problem correctly, you have a pair
of numbers (for example the lowest and highest temperature for
each week) and you like to know the variation between 2
lowest and 2 highest in a couple of weeks. Right?
It's really easy. Please first try to write a code snippet,
then post your program.

Good luck,
-- Saeed Amrollahi Boyouki
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Re: How to create a simple program red floyd C++ 0 11-06-2012 06:09 PM
Create standalone Windows program with simple graphics? Poster28 Python 9 04-20-2009 11:04 AM
Simple simple program error...please help tasheeta@gmail.com C++ 14 11-02-2005 12:52 PM
A few simple problems in a simple program. jmac@berkeley.edu C Programming 7 07-23-2003 09:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57