Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: dillon_green23 on May 25, 2019



Title: Which of the following will assign the value "Smith" to the variable customerName?
Post by: dillon_green23 on May 25, 2019
Which of the following will assign the value "Smith" to the variable customerName?

customerName < = "Smith";

customerName = = "Smith";

customerName = "Smith";

customerName = > "Smith";


Title: Which of the following will assign the value "Smith" to the variable customerName?
Post by: Mtoney9 on May 25, 2019
Content hidden