Showing results 1 to 40 of 43
Search took 0.01 seconds.
Posts Made By: butterflyTee
Forum: Oracle Oct 5th, 2006
Replies: 1
Views: 3,196
Posted By butterflyTee
Help cannot understand why i am getting the wrong results.

i have tried to answer this question like this (show your attempt) and i did it like this because (show your reasons why you think it is the correct approach) and the results that it gave are like...
Forum: MS SQL Oct 4th, 2006
Replies: 0
Views: 1,190
Posted By butterflyTee
Help Question 9 is the only one correct, rest of them coming up syntax errors..help me

USING:ORACLE 9i

For each of the following tasks, determine (a) the SQL statement needed to perform the stated task using the traditional approach and (b) the SQL statement needed to perform the...
Forum: Oracle Sep 23rd, 2006
Replies: 2
Views: 1,404
Posted By butterflyTee
Re: Am I Doing This Right 2 Bring Up Info

is this finally right and is there other ways 2 do this?
SELECT *
FROM customers
WHERE state = 'NJ'
/

SELECT *
FROM orders
WHERE shipdate > '01-APR-03'
/
Forum: Oracle Sep 23rd, 2006
Replies: 0
Views: 1,083
Posted By butterflyTee
Help Is this right...frustrated..please help..due in 10hrs

USING:ORACLE 9i

For each of the following tasks, determine (a) the SQL statement needed to perform the stated task using the traditional approach and (b) the SQL statement needed to perform the...
Forum: Oracle Sep 21st, 2006
Replies: 2
Views: 1,404
Posted By butterflyTee
Re: Am I Doing This Right 2 Bring Up Info

I Tried It Again, And It Still Not Doing It Way
Forum: Oracle Sep 20th, 2006
Replies: 2
Views: 1,404
Posted By butterflyTee
Help Am I Doing This Right 2 Bring Up Info

FROM: ORACLE 9i
Give the SQL statements that determine the following:

1. Which customers lives in New Jersey?

SELECT * customer
FROM customers
WHERE state = 'NJ'

2.Which orders were shipped after...
Forum: Python Apr 25th, 2006
Replies: 2
Views: 897
Posted By butterflyTee
Help I really dont know if this is right..Due in 36hrs

# sum.py
# tpm
# A program that accepts an indeterminate (any number) of integers entered by
# the user, calculates and their sum, using loop

from math import *

def calc_sum():
n = input("Enter...
Forum: Python Apr 25th, 2006
Replies: 2
Views: 1,429
Posted By butterflyTee
Forum: Python Apr 24th, 2006
Replies: 2
Views: 1,429
Posted By butterflyTee
Help Is this written correctly? Is there other ways to write this progam? Due in 24hrs

# class.py
# tpm
# A program to calculate the volume and surface area of a sphere from its
# radius given as input.


from math import *

class Sphere:
Forum: Python Apr 20th, 2006
Replies: 3
Views: 1,218
Posted By butterflyTee
Forum: Python Apr 20th, 2006
Replies: 3
Views: 1,218
Posted By butterflyTee
Help Why Is It Still Not Running...Help...Due In 5hrs..

THIS WINDCHILL TABLE PROGRAM IS RUNNING, BUT THE NUMBERS IS STILL NOT LINING UP STRAIGHT..WHY, CAN YOU PLEASE HELP ME..THANKS


HERE IS THE PROGRAM BEFORE I RUN IT..

def windchill( vel, temp):
wc...
Forum: Python Apr 20th, 2006
Replies: 1
Views: 759
Posted By butterflyTee
Help Its Running, But The Numbers Isn't Lining Up Straight.please Help

THE WINDCHILL TABLE IS RUNNING, BUT THE NUMBER IS NOT LINNING UP STRAIGHT. CAN YOU PLEASE HELP ME, THANKS


def windchill( vel, temp):
wc = 35.74 + .6215*temp - 35.75*(vel**.16) +...
Forum: Python Apr 19th, 2006
Replies: 0
Views: 976
Posted By butterflyTee
Help I Wrote Program In 2 Different Ways, And Still Not Running Correctly..past Due

I WRITTEN THIS PROGRAMM IN 2 WAYS(RE-WROTE IT OVER AND OVER), AND ITS STILL NOT RUNNING CORRECTLY. IS THERE OTHER WAYS THAT IS PROGRAM CAN BE WRITTEN. I AM SO FRUSTRATED, PLEASE HELP ME. THANK...
Forum: Python Apr 19th, 2006
Replies: 4
Views: 1,172
Posted By butterflyTee
Help Re: Did I do the windchill index correctly.Due in 18hrs.Is there other ways to write this

I WROTE 2 PROGRAMS FOR WINDCHILL, AND IT STILL NOT RUNNING CORRECTLY. I TRIED EVERYTHING.


:mad: :evil: :cry: :o :sad: :(
Forum: Python Apr 19th, 2006
Replies: 1
Views: 814
Posted By butterflyTee
Help Here Is Another Way I Wrote This Program Which Is Due

def windchill(temp, vel):
wc = 35.74 + .6215*temp - (35.75*vel**.16 + .4275*temp*vel**.16)
return wc



def main():
print (" __ __ __Temp /n")
print (" Speed /n")
print ("-20 70 10...
Forum: Python Apr 18th, 2006
Replies: 4
Views: 1,172
Posted By butterflyTee
Forum: Python Apr 17th, 2006
Replies: 4
Views: 1,172
Posted By butterflyTee
Help Did I do the windchill index correctly.Due in 18hrs.Is there other ways to write this

# windchill.py
# tpm
# A program that prints a nicely formatted table of windchill values.


from math import *

def windchill(t, v):
c = 35.74 + (0.6215 * t) - (35.75 * v ** .16) +...
Forum: Python Apr 13th, 2006
Replies: 2
Views: 1,059
Posted By butterflyTee
Forum: Python Apr 13th, 2006
Replies: 2
Views: 1,059
Posted By butterflyTee
Help Did I do this correctly..Due in 11hrs..Can this program be written in other ways?

# tpm.py
# Take two inputs, age and years of citizenship, and returns eligibility for
# senator and representative.

from graphics import *

def main():
win = GraphWin('Eligibility' , 400,400)
...
Forum: Python Apr 12th, 2006
Replies: 4
Views: 1,038
Posted By butterflyTee
Forum: Python Apr 11th, 2006
Replies: 4
Views: 1,038
Posted By butterflyTee
Re: Is This The Correct Way To Do This..Can You Help Me.

can you show me please i tried using using the if statements
Forum: Python Apr 9th, 2006
Replies: 4
Views: 1,038
Posted By butterflyTee
Help Is This The Correct Way To Do This..Can You Help Me.

# tpm.py
# A program that accepts the total amount of purchase, calculates the
# appropriate discount, and displays the discount and the purchase after
# discount.


from math import *
Forum: Python Mar 28th, 2006
Replies: 2
Views: 1,391
Posted By butterflyTee
Help Did I write this correctly, and is there other way to writ it?

# tpm.py Computes the cost per square inch of pizza given cost of the pizza,
# and diameter.


from math import *

def main():
cost_per_square_inch(area_of_pizza())

def area_of_pizza():
Forum: Python Mar 7th, 2006
Replies: 2
Views: 1,866
Posted By butterflyTee
Help TURN THIS ASSIGNMENT UserID INTO GUI, CAN YOU HELP ME

Did I do this right and can you please help me. This program uses a GUI to input a user's first and last name,
and construct and display a UserID. Although the program 'runs',
there are several...
Forum: Python Mar 2nd, 2006
Replies: 2
Views: 2,259
Posted By butterflyTee
Forum: Python Mar 1st, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Re: I Need Help Please Writing This Program

yes, i do...where do you know me from??
Forum: Python Feb 28th, 2006
Replies: 0
Views: 1,299
Posted By butterflyTee
Help Help Me Why Are This Word Count Programs Not Running Right

import sys

def main():

usage = 'Usage: %s [options] <file name>\n' % sys.argv[0]
options = 'Options:\n'
options = options + ' -c, --chars print the character counts\n'
options =...
Forum: Python Feb 28th, 2006
Replies: 0
Views: 1,070
Posted By butterflyTee
Help Here Is Another Way That I Wrote Word Count Did I Write It Right

import sys :o

def main():
usage = 'Usage: %s [options] <file name>\n' % sys.argv[0]
options = 'Options:\n'
options = options + ' -c, --chars print the character counts\n'
options =...
Forum: Python Feb 28th, 2006
Replies: 2
Views: 2,259
Posted By butterflyTee
Question Is There Another Way To Write This Word Count Program Other Than This Way???

:?:
#The number of lines, and the number of words.


import string


def main():
data = raw_input("Enter the path and name of your ")
infile = file(data, 'r')
Forum: Python Feb 27th, 2006
Replies: 0
Views: 2,317
Posted By butterflyTee
Help Can you please help me write this word count program in another way

Word Count. A Common Utility On Unix/linux Systems Is A Small Program Called "wc." This Program Analyzes A File To Determine The Number Of Lines, Words, And Characters Contained Therein. Write A...
Forum: Python Feb 26th, 2006
Replies: 8
Views: 4,548
Posted By butterflyTee
Re: I Need Help Writing A Word Count Program In My Python

Here is simplified approach, the number of new-line characters '\n' give number of lines, the number of spaces are approximately the number of words, and the number of characters is the length of the...
Forum: Python Feb 24th, 2006
Replies: 8
Views: 4,548
Posted By butterflyTee
Re: I Need Help Writing A Word Count Program In My Python

so how would i set this up with what u told me because im a visual learner
C:\home\COP1000\a\3>python wc.py futval.py test.txt wc.py
22 103 699 futval.py
2 4 22 test.txt
52 ...
Forum: Python Feb 23rd, 2006
Replies: 8
Views: 4,548
Posted By butterflyTee
Re: I Need Help Writing A Word Count Program In My Python

there is spaces between the numbers
Forum: Python Feb 23rd, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Forum: Python Feb 23rd, 2006
Replies: 8
Views: 4,548
Posted By butterflyTee
Re: I Need Help Writing A Word Count Program In My Python

Word Count. A Common Utility On Unix/linux Systems Is A Small Program Called "wc." This Program Analyzes A File To Determine The Number Of Lines, Words, And Characters Contained Therein. Write A...
Forum: Python Feb 23rd, 2006
Replies: 8
Views: 4,548
Posted By butterflyTee
Forum: Python Feb 23rd, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Forum: Python Feb 23rd, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Forum: Python Feb 23rd, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Forum: Python Feb 23rd, 2006
Replies: 16
Views: 3,692
Posted By butterflyTee
Re: I Need Help Please Writing This Program

Thanks A Lot For Your Help
Showing results 1 to 40 of 43

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:34 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC