Jump to content

can someone please for the life of me/ Show me how to write this???/


Shizzx

Recommended Posts

Now, I don't want anyone to just do it for me. I just need someone to explain to how to do this so i can get this done. im like 3 weeks behind in my class and i read the first 3 chapter like 4 times and i still cant get it to work.

 

thank you for any assistance given.

 

 

For 5 people assign unique variable names for each key piece of information

 

§        Name

 

§        email

 

§        Checking Balance

 

§        Savings Balance

 

§        Phone Number

 

§        Then tell me how much Money in my checking and savings account (i.e. 100 Savings + 200 Checking = 300 Total)

 

 

3Plus5.php

 

§        Chapter 2 – Variables

 

§        Combination of html and php.  Php includes html tags.

 

Using the following operators (+, -, *, /) create the following output with your PHP script.

 

3 + 5 = 8

 

3 * 5 = 15

 

5 - 3 = 2

 

15 / 3 = 5

Link to comment
Share on other sites

The first one requires much more background information.  Are you ready for arrays?  Objects?  Databases?

 

The second one is very very easy.  So easy, that the only hints we can give you is to do it for you.  Echo the numbers, use the given operators to perform the calculations.

 

-Dan

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.