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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.