Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: itsme on Jun 23, 2022



Title: Consider the following lines of code that all do the same thing in various scripting languages:
Post by: itsme on Jun 23, 2022
Consider the following lines of code that all do the same thing in various scripting languages:
print (result)
console.log(result);
echo %result%
echo $result

What is the purpose of each line of code?
A) Displaying something on the screen
B) Sending the output to the printer
C) Storing a variable in a memory location
D) Declaring a variable


Title: Consider the following lines of code that all do the same thing in various scripting languages:
Post by: Biraj on Jun 23, 2022
Content hidden