firstname = INPUT ("What is

  1. firstname = INPUT ("What is your firstname?") lastname = INPUT ("What is your lastname?") PRINT ("Hello" + firstname + +
    1. answers icon 1 answer
    2. views icon 15 views
  2. firstname = INPUT ("What is your firstname?")lastname = INPUT ("What is your lastname?") PRINT ("Hello " + firstname + " " +
    1. answers icon 1 answer
    2. views icon 32 views
  3. firstname = INPUT ("What is your firstname?")lastname = INPUT ("What is your lastname?")PRINT ("Hello " + firstname + " " +
    1. answers icon 1 answer
    2. views icon 32 views
  4. hich of the following is a line written in an imperative programming language? (1 point) Responses SELECT firstname, lastname
    1. answers icon 1 answer
    2. lol asked by lol
    3. views icon 52 views
  5. Which of the following is a line written in an imperative programming language? (1 point) Responses SELECT firstname, lastname
    1. answers icon 1 answer
    2. views icon 46 views
  6. Which of the following is a line written in an imperative programming language?(1 point) Responses SELECT firstname, lastname
    1. answers icon 1 answer
    2. views icon 58 views
  7. import java.util.Scanner;public class Initials { public static void main(String[] args) { Scanner input = new Scanner
    1. answers icon 2 answers
    2. anonymous asked by anonymous
    3. views icon 957 views
  8. 49.One of the following is not a valid identifier name in Java?a.address3 b. last_name c. 2pass d.firstName
    1. answers icon 1 answer
    2. views icon 26 views
  9. Which of the following is a line written in an imperative programming language?(1 point) SELECT firstname, lastname FROM
    1. answers icon 3 answers
    2. views icon 37 views
  10. Select all statements that are true regarding input devices.Select 3 correct answer(s) Question 6 options: A mouse is an input
    1. answers icon 1 answer
    2. views icon 29 views