or just creating a simple ipo chart explain like if your where talking to a dummy!!
14 Replies - 2126 Views - Last Post: 15 September 2013 - 07:52 PM
#1
i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:00 PM
or just creating a simple ipo chart explain like if your where talking to a dummy!!
Replies To: i have a question!? about ipo charts thankz 4ur time
#2
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:11 PM
#3
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:16 PM
This post has been edited by GunnerInc: 15 September 2013 - 08:12 PM
Reason for edit:: Quote be gone
#4
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:24 PM
#5
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:30 PM
Edisonpr93, on 16 September 2013 - 12:00 AM, said:
or just creating a simple ipo chart explain like if your where talking to a dummy!!
Ask yourself :
What data is being input to the program?
What data is being output by the program?
How is the data being processed by the program?
IPO Charts
.
This post has been edited by #define: 15 September 2013 - 04:30 PM
#6
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 04:33 PM
#7
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 05:37 PM
Input
Shoe1
Shoe2
Half off
Total to paid
Process
Get the user to input the shoe1 prices then shoe2 prices
Get the user to calculate the total to paid by multiplying the lowest price with the half off, plus the high price and display the total to paid
Output
Show the total to paid
This post has been edited by GunnerInc: 15 September 2013 - 08:12 PM
Reason for edit:: Quote be gone
#8
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 06:58 PM
Input: price of first pair of shoes price of second pair of shoes
total is output, hoff is just data I would say.
Your output is fine
Output: total price of both pair of shoes with discount
Quote
Get the user to input the shoe1 prices then shoe2 prices
Get the user to calculate the total to paid by multiplying the lowest price with the half off, plus the high price and display the total to paid
This is input, is it not - Get the user to input the shoe1 prices then shoe2 prices.
The program calculates the total not - Get the user to calculate the total. The output section describes output - and display the total to paid.
You can try the Process section.
.
This post has been edited by #define: 15 September 2013 - 06:59 PM
#9
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:18 PM
Lest see for process i can say:
-Get user to input first pair prices
-then input second pairs price
-get the program to calculate the total to paid by multiplying the lowest price with the halfoff
-the add the result to the highest price
Is that fine?
This post has been edited by GunnerInc: 15 September 2013 - 08:12 PM
Reason for edit:: Quote be gone
#10
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:36 PM
Would it be :
Input: shoe1 : price of first pair of shoes shoe2 : price of second pair of shoes
or
Input: price of first pair of shoes price of second pair of shoes shoe1 shoe2
This post has been edited by #define: 15 September 2013 - 07:43 PM
#11
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:39 PM
This post has been edited by GunnerInc: 15 September 2013 - 08:12 PM
Reason for edit:: Quote be gone
#12
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:42 PM
Edisonpr93, on 16 September 2013 - 03:18 AM, said:
-Get user to input first pair prices
-then input second pairs price
...
Is that fine?
I would say get user input and input second pair's price is already considered in the input section. It is from the data point of view.
#13
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:42 PM
#14
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:45 PM
*** EDIT ***
Please don't quote the previous post in your reply.
This post has been edited by GunnerInc: 15 September 2013 - 08:13 PM
Reason for edit:: Quote be gone
#15
Re: i have a question!? about ipo charts thankz 4ur time
Posted 15 September 2013 - 07:52 PM
Process: ... ... add the highest price to the total
set is a good verb for changing variables as in set var to 0.
.
This post has been edited by #define: 15 September 2013 - 08:05 PM

New Topic/Question
Reply


MultiQuote



|