Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
prices
- Page 1
Re: Selling the house that I grew up
Community Center
Geeks' Lounge
2 Months Ago
by Dani
… here. It's a small starter home because Silicon Valley
prices
are insane. However, I love it here and plan to…
Re: Prices Array
Programming
Software Development
14 Years Ago
by jon.kiparsky
Prices
is an array, not a number. Perhaps you ought to … mean. Presumably, you want the total of the values in
prices
? How would you go about adding those up? (Tong - We…
Prices Array
Programming
Software Development
14 Years Ago
by kdgeiger
…the average. I am getting an error that total +
prices
is not a valid statement. Here is my code: public…= 0; i < 20; i++) { if (
prices
< 5.00){ System.out.println(
prices
+ " is less than $5.00"… (i = 0; i < 20; i++) { if (
prices
> average) { System.out.println(
prices
+ " is greater than the average"); } } }…
Re: Prices Array
Programming
Software Development
14 Years Ago
by kdgeiger
…----jGRASP exec: javac C:\Java\Assignments\
Prices
.java
Prices
.java:13: operator + cannot be applied… to double,double[] total +=
prices
; ^
Prices
.java:20: operator < cannot be …> cannot be applied to double[],double if (
prices
> average) { ^ 3 errors ----jGRASP …
Re: Prices Array
Programming
Software Development
14 Years Ago
by tong1
… as you indicated at your first post: [CODE]public class
Prices
{ double sum(double a[]); //the 1st creates a total of… than the average public static void main (String[] args) { double[]
prices
= {1.59,8.98,2.56,7.82,9.70…
Re: Prices Array
Programming
Software Development
14 Years Ago
by tong1
should be total +=
prices
;
Re: Prices Array
Programming
Software Development
14 Years Ago
by tong1
Thank you for the comments. I was wrong. It should be: total +=
prices
[i];
prices for all levels
Programming
Databases
11 Years Ago
by mwenyenia07
…running a chemistry and I sell drugs at differet
prices
depending on where a member belongs .e gold,silver…silver 1000.00 1000 Diamond 1050.00 When entering
prices
(on html form), you have to put the price…level Question: 1. Since putting
prices
across is difficult,then I want to put
prices
for 'gold' to be default…
Re: prices for all levels
Programming
Databases
11 Years Ago
by LastMitch
… is difficult,then I want to put
prices
for 'gold' to be default and a member enters only … help me write the query that can multiply all this
prices
to all levels. ? **@mwenyenia07** The answer is NO. No one…
Re: What are your gas prices like?
Community Center
Geeks' Lounge
17 Years Ago
by Infarction
Prices
here in and around Seattle tend to be about $3.…
Averaging home prices
Programming
Software Development
11 Years Ago
by tbuchli
…{ total += housePrice[houseNum]; ++houseNum; if(houseNum <
PRICES
) { // Prompt user for next price... cout <<… Print data... cout << "The entered house
prices
are: "; for(a = 0; a < houseNum…
High Oil Prices Taking Toll on Tech Industry
Community Center
16 Years Ago
by Brian.oco
…week: "The biggest concern (of rising oil
prices
) is the potential impact on consumer spending, which accounts… have already been hit by the slump in housing
prices
— eliminating the equity "piggy bank"…Enterprise Oversight." Adds Schoen, "Rising gasoline
prices
are one more burden on consumers. Economists estimate that…
Re: Averaging home prices
Programming
Software Development
11 Years Ago
by tbuchli
Ran with netbeans IDE... I am getting errors after trying to change int housePrice[
PRICES
]; from an int to a double as instructions state... Any ideas???
Re: Averaging home prices
Programming
Software Development
11 Years Ago
by richieking
change line 39 to `double housePrice[
PRICES
];`and on line 52 in while loop change 999.0 change all int needed to double for checkups. You should be fine
Storing string objects in array need to assign prices and report
Programming
Software Development
12 Years Ago
by codechrysalis
…//default constructor public Computer() { } //assigns
prices
public Computer(double processorSpeed , double memory , double…10; } // end of Computer constructor for
prices
//userPrompt static Scanner userInput = new Scanner(System…
Updating prices in a 2d array
Programming
Software Development
15 Years Ago
by Bemani_lover
… user to enter the seat
prices
for each row. The
prices
can be stored in a separate… array. 2. Once the
prices
are entered, the program should display a …sold, the program should display the total ticket
prices
and update the seating chart. 3. The…; cout << "Please enter the
prices
for the five rows of the theater" <…
Retrieve and show prices from database
Programming
Software Development
13 Years Ago
by johnt68
… "Seating"; lblPrices.Text = "Ticket
prices
"; lblAvailableSeats.Text = "Available seats:";… "Seating"; lblPrices.Text = "Ticket
prices
"; lblAvailableSeats.Text = "Available seats:";…
Re: airplane seating prices
Programming
Software Development
19 Years Ago
by karen_CSE
… with the original post, I'd like different
prices
for different types of seatings (i.e aisle … window seats $10) I only did the row
prices
because I don't know how to do the… of seating has its own price. Also the
prices
can't be preset, the program has to… asks the user to enter their
prices
. So, instead of asking the user to "…
MySQL / Can I Use To Update Prices On Website?
Programming
Databases
16 Years Ago
by ww1aero
… use MySQL on my HTML web site, to update item
prices
on multiple pages at once, instead of having to update…
prices
on each individual page, one at a time, as I … PayPal to open their shopping cart (which needs my updated
prices
from the "Add To Cart" pages). Thanks for…
How do I increase prices by percentage
Programming
Databases
15 Years Ago
by bubbafunk1
…. Once in a while i will need to increase the
prices
of certain products by any given percenatge. The products all… so on. I may only have to update the dcc
prices
one month, and the ffc the next. I need to… product codes are in a column called prod_code and the
prices
that need to be updated are in a column called…
Re: Retrieve and show prices from database
Programming
Software Development
13 Years Ago
by johnt68
… below is on the button click as I want the
prices
to show in the list box when I select (click…
Re: airplane seating prices
Programming
Software Development
19 Years Ago
by karen_CSE
…DisplaySales() functions. Since each type of seat has different
prices
, I've trying to ask for the user to …++) airplane [y][w] = 'W'; //Window Seats } } //input the Seat
prices
for (int i = 0; i < 3; i++) { cout <…"; cout << "\n\t2. View Seating
Prices
"; cout << "\n\t3. View Ticket …
Re: How do I increase prices by percentage
Programming
Databases
15 Years Ago
by bubbafunk1
… want to update a table called products, and change the
prices
in a column called p_price by adding 10% to the…
prices
of the products whos p_code start with ffc, dde and …
Re: airplane seating prices
Programming
Software Development
19 Years Ago
by karen_CSE
…w++) airplane [y][w] = 'W'; //Window Seats } } //input the Seat
prices
//did I do this right? for (int i = 0; i…"; cout << "\n\t2. View Seating
Prices
"; cout << "\n\t3. View Ticket …ios::fixed | ios::right); cout << "\n\tTicket
Prices
By Seat Types: " << endl <<…
What are your gas prices like?
Community Center
Geeks' Lounge
17 Years Ago
by dcc
… 3,000" elevation in the Ca. foothills, our gas
prices
are always about ten to fifteen cents more because we… ago at this time yet we are experiencing record gas
prices
?!? Getta rope:@
Will Flash Memory Prices Drop Enough to Revive the SSD Market?
Hardware and Software
Hardware
14 Years Ago
by APatrizio
… stuck in the 80GB to 160GB size range and the
prices
are not coming down. There's a good reason for… result, the price rebounded," said Yang. That caused NAND
prices
to skyrocket to more than $2 per gigabyte. Memory makers…
Creating a program to compare ticket prices
Programming
Computer Science
13 Years Ago
by Zanduar
… I want to do in a nutshell is parse ticket
prices
from different websites such as stubhub.com and ticketmaster.com… that travel websites like kayak.com do but with ticket
prices
for sporting events, concerts, etc. Thank you for any help…
Re: Creating a program to compare ticket prices
Programming
Computer Science
13 Years Ago
by Momerath
… make a lot of requests on their servers to keep
prices
up-to-date and they'll see this as either… to their business desires (they don't want you comparing
prices
, they want you buying from them). At best they will…
Re: Petrol Prices
Community Center
Geeks' Lounge
12 Years Ago
by Stuugie
I hate petrol
prices
and despise the multi-billion dollar (a day) companies that … scare tactics when hurricanes hit oil nations and the barrel
prices
go up and so do the pumps, almost instantly. Yet…, when barrel
prices
go down, the pumps do not in any timely fashion…
Cannot set prices of drinks to more than 99 cents
Programming
Software Development
11 Years Ago
by Gurjot_1
… machine simulation. I have a text file that holds the
prices
, names and inventory. My problem is It won't let… me set my
prices
at 1.00 or higher. Ex: I set the price…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC