Ok here it is.
For your first programming task you will be asked to create a simple calculator in PHP. Your page will ask for an input of two numbers then when the multiply button is pressed your program will compute the resultant. To help demonstrate your abilities in this assignment you are also asked to make your program only multiply numbers less then 100 and greater then 0 other wise the program should output an error message. Also full marks will be awarded to individuals who can create the program and make it work within a single file.
Remember to include lots of comments to describe your code.
Hints: Start by making a program that multiplies two numbers and outputs the result in a different file, then add the conditions excluding inputs outside of the 0-100 range, then work at combining two files into one.
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.