Question: part I: Prime numbers sieve Create a web page with a form and that takes a number from the user. Name the file as part1.html
part I: Prime numbers sieve
- Create a web page with a form and that takes a number from the user. Name the file as part1.html
- Write and test a php program that takes this number and finds all of the prime numbers up to given number.
part II: fizz buzz and a little bit of division
- Create a web page with a form and that takes a number from the user. Name the file as part2.html
- Write a php program that takes this number and prints out the numbers starting from 1 to given number However, if the number is divisible by 3 prints out Fizz, if the number is divisible by 5 prints out Buzz,
if the number is divisible by both prints out Fizz Buzz,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
