Computer Science, asked by vikashdeepati2000, 5 hours ago

murali(9566171366) is on the way to your location in silver indica ap14f4434. 1.8 times peak time charge is applicable on booking​

Answers

Answered by navkaran181207
0

Explanation:

nvujh in the speak of the essential of the world

Answered by Jasleen0599
0

JAVASCRIPT CODE

function print(name,number,color,car,numberplate){

 console.log(name+" ("+number+") is on the way to your location in a"+ color+" "+car+ " "+numberplate+"times peak time charge is applicable on this booking")

}

print("Murali",9566171366,"red","indica","Ap14F4434")

Output

Murali (9566171366) is on the way to your location in ared indica Ap14F4434times peak time charge is applicable on this booking

  • A JavaScript function is a section of code created to carry out a certain task. When "something" calls a JavaScript function, it is carried out (calls it).
  • A relation between a collection of inputs and outputs is known as a function. A function is, to put it simply, a relationship between inputs in which each input is connected to precisely one output. Each function has a range, codomain, and domain. The usual way to refer to a function is as f(x), where x is the input.

#SPJ2

Similar questions