AJAX | JavaScript | HTML | PHP Answers

Questions answered by Experts: 166

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Convert the following program from for loop to while loop.


class ArithmeticProgression
{
public static void main (String [] args)
{
int sum = 0;


for (int i = 1; i <= 1000; i++)
{
sum = sum + i;
System.out.println(Integer.toString(sum));
}
}
}
can u make a program that will ask for 12 numbers and display an option.It will display the entered number from high to low or low to high based on option.
what is the output of this segment code for javascript:

var x=11;
document.writeln;
x = 4;
document.writeln;
var y = 13;
document.writeln(y);
y = x;
document.writeln(x+y);
write an application that holds the ff set of numbers {67,54,34,22,19,83,21,7,40,95) in an array. className: IntNumbers

Then do ff:
1.display the numbers from the first number to last number.
2.display the numbers from the last number to the first number.

-Write the prog. segment for item#1:
-Write the prog. segment for item#2:
How can i add records after the existing records in the existing excel file using php?
I am now working on a computer science project and one of our assignments are transforming a pole into a robot. We are using eclipse and I am completely lost. Please help
create, test,and validate an XHTML document for yourself,including your name,address,and
e-mail address.if you are a student, you must include your major and your grade level.
this document must use several headings and <big>,<small>,<hr />,<p> and <br /> tags
QUESTION: TWO

After logging a complainant, only authorized personnel must read the contents. Your system must include a password protected Administrative module whith the following requirements.

2.1. Login Form which requires the employee's username and password to access complaints.
2.2. A separate form used to registeran employee to be able to read the complaints.
QUESTION: ONE

you are required to develop an online complains management system for your local Municipality. The system must have the following specifications:

1.1. ABOUT US: This must load a page containing the history of the Municipality.
1.1.2. CONTACTS: This must be link to a page with all the conctac details of the Municipality.
1.1.3. COMPLAINS: This link must load a complains form which includes the text areas to insert the complain's name, conctact details, subject and the actual problem. Your form must have the sending button to submit the complain and a reset button.
1.1.4. Home: This link will always take you back to the Mission and Vision statement page.

1.2. The Home page must use frames to align and separate different sections of its contents. Every page visited on the site must target the main frame of the home page.

1.3. Include a Copyright protection statement as footer on every page which includes the publication date and the developer's name.
HI , I'm Soufiane , I'm 21 Ans , i'm student in science Phisique ,
i want to start programming but i don't know what 's the best language ,
Also i have a backgrounds about programming ,
know i ask you what's the best programming language for me i want to invent some thing and thank you .
LATEST TUTORIALS
APPROVED BY CLIENTS