Look at the following pseudoocode and insert the missing statement:
Start
// Declare variables
Declare String lastName, firstName, fullName
// Input last and first names
Display "Enter your last name: "
Input lastName
Display "Enter your first name: "
Input firstName
// Concatenate names with space in between
____
// Display full name
Display "Your full name is " + fullName
Stop
A) fullName = firstName + lastName
B) fullName = firstName + " " + lastName
C) fullName = firstName, lastName
D) fullName = firstName, space, lastName
Correct Answer:
Verified
Q40: On a flowchart, _ are used for
Q41: On a flowchart, _ are used for
Q42: On a flowchart, _ are used for
Q43: On a flowchart, the Start and Stop
Q44: In the algorithm below, adding 10 years
Q45: In the algorithm below, the Display statement
Q46: On a flowchart, assignment statements appear in
Q48: The JavaScript equivalent of the pseudocode Input
Q49: The JavaScript equivalent of the pseudocode Declare
Q50: The JavaScript equivalent of the pseudocode Display
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents