Biology Forums - Study Force

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



Title: Consider the following lines of code that all do the same thing in different scripting languages:
Post by: naye2988 on Jun 23, 2022
Consider the following lines of code that all do the same thing in different scripting languages:
username = Cheryl Schmidt
var username = Cheryl Schmidt;
set username=Cheryl Schmidt
set username=Cheryl Schmidt
$username = Cheryl Schmidt

What is each line of code doing?
A) Creating a user account on the local computer
B) Declaring a variable
C) Creating a domain username
D) Performing a logical operation


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