Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-10-2008, 09:02 PM
Member
 
Join Date: May 2008
Posts: 1
Louise1875 is on a distinguished road
Completing A Program..
Hi all,

I'm new to Java and wondering if anyone can give me any pointers into this program I'm trying to complete.

Its using if..else structures.

if (the current bid is less than £10)
increase the bid by £0.10
else
if (the current bid is at least £10 but less than £100)
increase the bid by £0.50
else
if (the current bid is at least £100 but less than £1000)
increase the bid by £1.00
else
increase the bid by £10.00


<HEAD>
<TITLE>Bid Increases</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE = "JavaScript">

var currentPrice;
var bidIncrement;
var newPrice;

currentPrice = window.prompt('Please enter the current bid price', '');




document.write ('The new bid is £' + newPrice);

</SCRIPT>
</BODY>
</HTML>

I really cannot work out how to complete the program.

Any help appreciated!!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-11-2008, 07:24 AM
sukatoa's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 527
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
The Differences between Java and JavaScript
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Executing a program within a program gibsonrocker800 New To Java 5 05-12-2008 10:24 AM
How to execute an External Program through Java program Java Tip java.io 0 04-04-2008 04:40 PM
cannot run the program amiey New To Java 1 11-20-2007 06:13 AM
How to execute an External Program through Java program JavaBean Java Tips 0 10-04-2007 11:33 PM
Why does this program not end? trill New To Java 1 08-07-2007 09:22 AM


All times are GMT +3. The time now is 06:50 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org