English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - November 2007

[Selected]: All categories Computers & Internet Programming & Design

i'm try to format the writing on the page
i was told to use
#define space (/t/t/t/t/)
then
space(); in the main progran but it does not work
what i'm i doing wrong

2007-11-02 10:30:17 · 2 answers · asked by Jmloverboy 2

I am suppose to write a pseudocode for a calculator problem. This is what I got... The only thing I think I am really missing is "Your project should include a function/subprogram to check for a divide by zero error if the chosen operator is division." How do I do this?

function main(){

input();
calculation();
result();
} End main

function input(){
var number1 integer starts with 0
var number2 integer starts with 0
var operator string starts with ""

Ask for the first number, store in number1
Ask for the second number, store in number 2
Ask for the operator sign, store in operator
} End input

function calculation(){
if (operator == '+') then {result = number1 + number2;}
} End If
if (operator == '-') then {result = number1 - number2;}
} End If
if (operator == '*') then {result = number1 * number2;}
} End If
if (operator == '/') then {result = number1 / number2;}
} End If
} End calculation

function result(){
alert(result)
} End result

2007-11-02 09:54:47 · 2 answers · asked by Anonymous

What does this code mean ?
for ( i = 1, i < n , i ++ )

i know i is an integer from this line
int curMax, i ;

also i know that n is an integer from this line

int CompareToMax (int array[ ], int n )

does this line means that n = 1,2,3,4 .... if that is the case then why is an array always starting like array [0] , then array [1] , etc ??

what's the point of defining array staring with [0], [1], [2]
and integers with 1,2,3...

2007-11-02 09:14:01 · 4 answers · asked by sum142121 1

Here a picture of it.
http://i19.photobucket.com/albums/b195/iTsDaFo0l/Font.jpg

2007-11-02 08:54:16 · 3 answers · asked by Joah 3

0

can someone tell me a good video php tutorial thats free please?

2007-11-02 05:53:16 · 2 answers · asked by Anonymous

Please help, tell me everything!!!☺

2007-11-02 05:44:08 · 7 answers · asked by Anonymous

2007-11-02 05:06:29 · 4 answers · asked by dadhichid 2

I see the font on this icon used a lot on icons. Does anyone know what font this is on this is?
http://img518.imageshack.us/img518/5751/...

2007-11-02 02:29:20 · 1 answers · asked by PQ 1

2007-11-02 00:41:35 · 2 answers · asked by rodney t 1

I'm really desperate. Have to turn in a final assigment for which I need the book Prioritizing Web Usability, but Ive been sick for a week already and the only available copy is in the library but cant be borrowed.. and Im in no condition to go and work there.

Im looking for an Ebook download (or even an audio book) that I can get online, since I need to turn my assigment in on sunday. So far I've found one site, but it says it has moved to a new site (which doesnt have the book on it), so I dont really trust to buy it. Can anybody PLEASE help me?

2007-11-02 00:36:10 · 3 answers · asked by Anonymous

Suppose I have table Emp which contains following column: EmpNo, EmpName, EmpAdd.
Now, the question is write an SQL Query to add an index on the EmpName in the Emp table...
Note: This is not homework question...

2007-11-02 00:26:26 · 5 answers · asked by Networking 1

i want to learn JAVA sitting at home. pls tell me about a website provide free JAVA training and free JAVA software download.

2007-11-01 22:49:51 · 4 answers · asked by raj nair 1

Can anyone help me with a code snippet on how to Access data from file using Java. A simple program would be really helpful . Thanks in advance....

2007-11-01 20:56:12 · 1 answers · asked by vaibhavaj2 1

http://content.answers.com/main/content/wp/en/thumb/6/66/154px-BigBang_03.jpg

2007-11-01 17:25:35 · 2 answers · asked by angel.mitch 1

2007-11-01 14:38:53 · 4 answers · asked by Everything you know is wrong 5

I want to get a free website such as www.yourname.com . Does anyone know where i can get one?

2007-11-01 13:23:50 · 6 answers · asked by Tyler B 1

5

I made an image map, but regardless of what I do, it adds a border to the image. This would be fine, except it looks horrible in combination with the rest of the image.

How can I fix this?

2007-11-01 12:57:50 · 4 answers · asked by Anonymous

the sites only give me the new version

2007-11-01 12:00:47 · 1 answers · asked by nadirshah p 1

Write pseudocode to solve the "swap" problem: get the user to enter integer values into variables a and b, and then store the user's value for b in variable a and the user's value for a in variable b. For example, if the user entered 7 and 8, so that we had a=7 and b=8 initially, we want to finish with a=8 and b=7.

2007-11-01 11:13:33 · 4 answers · asked by sdc 1

i downloaded a movie and want to make a vcd but the file is to big. its an avi file so how can i make it fit on the cd and still play on my dvd player???

2007-11-01 08:09:47 · 5 answers · asked by Anonymous

how do i generate a drop down menu with a fixed height, and when its options exceed the height limit, a scrollbar is automatically activated?

2007-11-01 02:51:47 · 1 answers · asked by Hilary 1

2007-11-01 02:41:59 · 3 answers · asked by Anonymous

I am having problem I can't see any controle panel to start to make a website.I have used befor yahoo geocities free service .but I cant understand how to work on namecheap.
please tell me something about this

2007-11-01 00:03:01 · 6 answers · asked by poulgoat 1

fedest.com, questions and answers