Returning a value, PHP Web Programming

Assignment Help:

Another function of a function is to return a value. Imagine we have the following function:

<HTML>

<HEAD>

<TITLE>IGNOU </TITLE>

<SCRIPT Language = "JavaScript">

function calculate(a,b,c)

{

d = (a+b) * c;

return d;

}

</SCRIPT>

</HEAD>

<BODY>

<SCRIPT Language = "JavaScript">

var x = calculate(4,5,9);

var y = calculate((x/3),3,5);

alert('calculate(4,5,9) = ' +x + ' and ' + ' calculate((x/3),3,5) = ' + y);

</SCRIPT>

</BODY>

</HTML>

 

322_Returning a value.png

Figure:  Using a Function that Returns a Value

The function illustrated in Figure calculates a number from the numbers you pass to it. While this is done it returns the result of the calculation. The function passes the result back to the function which called it. While the function executes return statement, control goes back to the calling program without executing any more code in function, if there is any.

The calling of the function is done via the following two statements in the figure:

var x = calculate(4,5,9);

var y = calculate((x/3),3,5);

This means that you have declared variable x and are telling JavaScript to execute calculate ( ) along the arguments 4, 5 & 9 and to put the returned value (81) in x. After that you declare a variable y and execute calculate ( ) again. The first argument is x/3, which means 81/3 = 27, thus y becomes 150.Certainly you can also return strings or even Boolean values (true or false). While using JavaScript in forms, you can write a function which returns either false or true and therefore tells the browser whether to submit form or not.


Related Discussions:- Returning a value

We need help for gmail mail merge script, We need help for Gmail Mail Merge...

We need help for Gmail Mail Merge Script We need a script written that will work with a Gmail account in a Google business account. I have installed as well as run many of the a

Tables, In this you will learn how to put tables in your web documents. It ...

In this you will learn how to put tables in your web documents. It is not that a table is just a combination of rows & columns. If you have ever seen any table in web page you may

Help to create magento website for high end goods, Help to create Magento W...

Help to create Magento Website for High end goods Hello, please reply with a proposal that displays an plugins that may be needed that aren't standard with Magneto I am initi

Develop and design a fully functioning website, Develop and design a fully ...

Develop and design a fully functioning website. The Company: We are a forward thinking, innovative and creative industrial design company. (not web design company!) We design

Crucial wordpress edit, Crucial wordpress edit I need this job to be don...

Crucial wordpress edit I need this job to be done asap Budget is around $40-$60 Make the pixel perfect for this site as well as create collection page Desired Skills are A

We are in need of classics24, We are in need of Classics24 We would like...

We are in need of Classics24 We would like our existing project to be entirely rewritten from scratch We have numerous websites running on 1 database in the classic car adver

I need experienced in asp.net 2.0/3.5 technologies, ASP.NET Developers / Pr...

ASP.NET Developers / Programmers I need experienced in ASP.NET 2.0/3.5 technologies a) Must have Strong knowledge in C# and VB .net. WPF, WCF, AJAX, Linq b) Strong databas

Need help for webshop migration, Webshop migration We need to migrate/mo...

Webshop migration We need to migrate/move the website rcfun.dk to a Magento solution as well as we are now looking for the right company that can do the job. The site is curr

We need help to migrate wordpress website from one domain, We need help to ...

We need help to migrate Wordpress Website from One Domain to 25 Subdomains Wordpress programmer will be assignment with developing a tailored template for ease of use, interacti

I want help in vbulletin clean and update, I want help in vBulletin clean a...

I want help in vBulletin clean and update I have an installation of vBulletin that has been compromised, I have taken some steps to secure my installation but I need someone to

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd