Computer Science, asked by janumeena90, 6 months ago

What will the function val ($165.30) return?
फंक्शन val($165.30) क्या रिटर्न करेगा ?​

Answers

Answered by amityadav7246
1

Answer:

Just Info -The Java, a computer programming language also known as Internet programming language, which was originally developed with name 'Oak' and was renamed as Java and released its 1st version on 23 May, 1995

Answered by ayush7652051895sl
0

Answer:

The function val ($165.30) will return 0 as the first character that the Val function cannot identify as a component of a number causes it to cease reading the string.

Explanation:

  • Returns a numeric value of the correct type that contains the numbers found in the string.
  • Any legal string expression is the necessary stringargument.
  • In VBA jargon, VAL is short for Value.
  • With the help of this function, a string of integers is transformed into a real number.
  • As an illustration, if you enter the text string "1234 Global," it will only return the numerical portion, which is 1234.
  • The assigned variable's data type is enforced on the returning value.
  • The first non-numeric character is the last character that the Val function reads from the string.

#SPJ3

Similar questions