explain different functions in Qbasic program 1.numeric function 2. string function conversion function
Answers
Answered by
1
Step-by-step explanation:
Numeric functions allow for manipulation of numeric values. Numeric functions are sometimes called mathematical functions. The functions we'll cover are ROUND, RAND, PI, and POWER. The ROUND function allows you to round any numeric value. The general format is: ROUND(NumericValue , DecimalPlaces.
You can define a member function of a class, called a conversion function, that converts from the type of its class to another specified type. ... Conversion functions have no arguments, and the return type is implicitly the conversion type. Conversion functions can be inherited.
Similar questions