AJAX | JavaScript | HTML | PHP Answers

Questions: 323

Answers by our Experts: 213

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 & Filtering

Write a java program to convert your height in cm to feet and inches
Create a Web page named gpa.html that can be used to compute your grade point average given grades and hours for courses completed. The page should repeatedly prompt the user for course information, reading the course name, grade received, and credit hours for a particular course in a single dialog box. The program should continue prompting and reading in grades until the user enters an empty string to signify the end. For example,
Once the course grades have been stored, the page should compute the student's overall GPA. The grade point averages are computed as follows:
1. Grade points (a.k.a. quality points) are assigned to each course based on the grade and number of credit hours:
o A yields 4 points for each hour
o B+ yields 3.5 points for each hour
o B yields 3 points for each hour
o C+ yields 2.5 points for each hour
o C yields 2 points for each hour
o D yields 1 point for each hour
o F, AF, and WF yield 0 points for each hour
2. The grade point average (a.k.a. quality point average) is comput
Once the course grades have been stored, the page should compute the student's overall GPA. The grade point averages are computed as follows:
1. Grade points (a.k.a. quality points) are assigned to each course based on the grade and number of credit hours:
o A yields 4 points for each hour
o B+ yields 3.5 points for each hour
o B yields 3 points for each hour
o C+ yields 2.5 points for each hour
o C yields 2 points for each hour
o D yields 1 point for each hour
o F, AF, and WF yield 0 points for each hour
2. The grade point average (a.k.a. quality point average) is computed by dividing the total number of grade points earned by the total number of credit hours.
For example, suppose a student entered the following course information (with each line entered in a different dialog box):
THL100 B+ 3
PHL107 A 3
ENG120 C+ 3
MTH245 A 4
CSC221 A 3
function multiplyAbsolute(number ,factor)
{
function multiply(number)
{
return number*factor;
}
if (number <0)
return multiply(-number)
else multiply(number);

}
pleas explain this code and also tell me how to call the above function
php mysql..

using while loop.. celcius to fahrenheit & fahrenheit to celcius

display list of the celcius equivalents of zero degrees fahrenheit through 100 degrees fahrenheit. use the round() function to display celsius to one place after the decimal point.
write a program to find the sum,difference and the product of two numbers when a=50,b=45
how can i store different master table record in other single table in php and mysql? e.g; i hv a member_master table and its field is member_name,member_id,city,area,so on. nd hv a other table is bill_setup nd its field are ten different heading and its charges e.g for security charges is 100 so on up to 10 field, nd hv created a form in which i can select month and there is a button,nd i have to store all information in a table which is named as allbktable nd its field is member_id, name,bill_amt,date,heading1,....heading10,charges1,charges2......charges10.thn how can i scan all table using while loop and store in ths table???
i m pursuing project on society management system i want to solution for how can i scan all master table record and store in other table using while loop...e.g: i have a table member_master and it has 9 fields member_id,name,area,.... so on,and other table which is bill_setup table in which heading abd charges are defined upto 10 fields eg.for security charges is 100, water charges is 150 so on.and hv created a forms whr month and bill genrate button hv created and other only table in database i hv created named as allbktable where i hv to store member_id,name,month,bill_amt,bill_generate_date ,charges and heading.ths table should be automatic update whn i will insert in member_master table.thn for ths wht logic should apply..
• Changing the selected value in the Industry dropdown filters the customers table by the selected industry
Php subject:

using switch case, determine if the user input is a positive or a negative number.
number range is 1-25.

please help :/
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS