PHP
includes all the arithmetic operators. Use them along with variables to print
equations to the browser. In your script, create the following variables:
$x=10;
$y=7;
Write code to print out the following:
10 + 7 = 17
10 - 7 = 3
10 * 7 = 70
10 / 7 = 1.4285714285714
10 % 7 = 3
JQuery:
Develop a web page that contains 4 buttons and 3 images:
When button 1 is pressed, image 1 will be hidden and when button 1 is pressed again image 1 is will be shown
Button 2 hides image 2
Button 3 hides images 1 and 2
Button 4 hides all images
recommend three web 3.0 technologies tools that can be used in a cleaning service business to keep track of orders and for constant communication with customers
The company decided to have their own company website. Select a Domain Name for the company, describe on the processes that needed
Explain briefly what is the search engine customization.
Who gives internet for the internet service providers?
What is the search engine customization?
What is the Search engine customization and Search Index?
What is the Site Map?
sum of Ranges
Given a space-seperated list of integers as integers as input, write a program to and the elements in the given range and print their sum.
You you will be given M multiple range questions, where you should print sum of members that belong to the corresponding range.
Input
The first of input is space-separated integers.
The second line of input is a positive integer M denoting the nuber of quiries.
The next M lines contain two space-seperated integers.
output
The output should be M lines printing the sum of each indices range.
Explanation
In the example, the line of the integers is 12233346 and the 2 indices range.
0 2
1 4