WebSneak Webmaster Forums

home FAQ Members List search Quick Links

Go Back WebSneak Webmaster Forums » WebSneak Graphics & Development » Programming » Java Script » Java Help  

Reply
 

 

LinkBack Thread Tools Display Modes  
Old 11-18-2007, 09:41 PM   #1 (permalink)
Junior Member
 
Join Date: Nov 2007
Posts: 3
masjana.liza is on a distinguished road
Default Java Help

I got a few questions:
1. What is the general purpose of conditionals? How do they enhance the creation of decisional outcomes?
2. Suppose we wanted to establish a program that analyzes and makes a decision about the following topic:
Purchase a burger or a slice of pizza based whether the price of each item was above $2.00.
Create a proram that demonstrates this decision.
3. Convert the following to its extended assignment form
x = x + 2
y = y * 4
z = z - 8
a = b + 1
x = x / 2
a = a % 6
4. Convert the following to its increment or decrement form
int q; q = q + 1 result is: ??
double r; r = r - 1.0 result is: ??
5. Which math method would be the best to use in the following situations:
Identify the largest number in the set: x=15, y=12, z=22
Identify the smallest number in the set: 20,15,35
Cube 5
Square when x = 4.0
Thanks!
__________________
Sonnenbrille Fertighaus
masjana.liza is offline   Reply With Quote
Old 10-05-2008, 12:40 AM   #2 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 12
symonds is on a distinguished road
Default

JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard.

web hosting

web design Australia
symonds is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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

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