Q1. For this PHP exercise, write a script using the following variables: $x=80; $y=20; Use separated print statements to calculate and print the following statements: The multiplication of 80 and 20 is 1600. The division of 80 by 20 results 4. The remainder of 80 after the divison by 20 is 0. When 20 reduced from 80 the result is 60. When we add 80 by 20 the result is 100. ps. When you change the value of variables $x and $ y the output must be dynamically changed. As a hint use variables while preparing the output.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

PHP programming

 

Q4.
For this exercise, write a script using the following variable:
Stxt= "He opened the file and saw that there were only thirty visible light images and twelve
radar images of Deimos";
Sstr= "images";
Srplc= "problems";
Snumofchars=10;
Soccr="f
The script will display the following output:
The text is "He opened the file and saw that there were only thirty visible light images and
twelve radar images of Deimos"
The text includes “35" vowels.
The text is formed from "20" words.
When we replace “images" with "problems" the text becomes "He opened the file and saw that
there were only thirty visible light problems and twelve radar problems of Deimos"
The first 10 characters of the string are: “He opened "
The last 10 characters of the string are:
of Deimos"
The first occurance of "f is "15". character.
The uppercase version of the is: "HE OPENED THE FILE AND SAW THAT THERE WERE
ONLY THIRTY VISIBLE LIGHT IMAGES AND TWELVE RADAR IMAGES OF DEIMOS"
Transcribed Image Text:Q4. For this exercise, write a script using the following variable: Stxt= "He opened the file and saw that there were only thirty visible light images and twelve radar images of Deimos"; Sstr= "images"; Srplc= "problems"; Snumofchars=10; Soccr="f The script will display the following output: The text is "He opened the file and saw that there were only thirty visible light images and twelve radar images of Deimos" The text includes “35" vowels. The text is formed from "20" words. When we replace “images" with "problems" the text becomes "He opened the file and saw that there were only thirty visible light problems and twelve radar problems of Deimos" The first 10 characters of the string are: “He opened " The last 10 characters of the string are: of Deimos" The first occurance of "f is "15". character. The uppercase version of the is: "HE OPENED THE FILE AND SAW THAT THERE WERE ONLY THIRTY VISIBLE LIGHT IMAGES AND TWELVE RADAR IMAGES OF DEIMOS"
Labwork #2
Q1.
For this PHP exercise, write a script using the following variables:
$x=80;
$y=20;
Use separated print statements to calculate and print the following statements :
The multiplication of 80 and 20 is 1600.
The division of 80 by 20 results 4.
The remainder of 80 after the divison by 20 is 0.
When 20 reduced from 80 the result is 60.
When we add 80 by 20 the result is 100.
ps. When you change the value of variables $x and S y the output must be dynamically changed. As a hint use
variables while preparing the output.
Q2.
Write a script that will visit each character of a string and concatenate the characters of the string to form a word
backward. At the end, your script must display:
Yes, a palindrome
Or
No, your word is not a palindrome.
Palindrome: is a word or sentence that reads the same forward as it does backward. Example civic, radar,
rotor.
ps. use strlen to fünd the length of a string.
Restriction: Can not use strev) function.
Q3.
For this PHP exercise, write a script using the following variables:
$x=2;
Sexp=20;
The script will display the power of $x starting from 0 up to Sexp using the format below:
The power of 2s
20=1
21=2
22-4
23=8
24-16
220=1048576
ps. When you change the value of variables $x and Sexp the qutput must be dynamically
changed pow(Skase Sexponent) function could be used.
Transcribed Image Text:Labwork #2 Q1. For this PHP exercise, write a script using the following variables: $x=80; $y=20; Use separated print statements to calculate and print the following statements : The multiplication of 80 and 20 is 1600. The division of 80 by 20 results 4. The remainder of 80 after the divison by 20 is 0. When 20 reduced from 80 the result is 60. When we add 80 by 20 the result is 100. ps. When you change the value of variables $x and S y the output must be dynamically changed. As a hint use variables while preparing the output. Q2. Write a script that will visit each character of a string and concatenate the characters of the string to form a word backward. At the end, your script must display: Yes, a palindrome Or No, your word is not a palindrome. Palindrome: is a word or sentence that reads the same forward as it does backward. Example civic, radar, rotor. ps. use strlen to fünd the length of a string. Restriction: Can not use strev) function. Q3. For this PHP exercise, write a script using the following variables: $x=2; Sexp=20; The script will display the power of $x starting from 0 up to Sexp using the format below: The power of 2s 20=1 21=2 22-4 23=8 24-16 220=1048576 ps. When you change the value of variables $x and Sexp the qutput must be dynamically changed pow(Skase Sexponent) function could be used.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY