subject

In the program below, which two variables have the same scope? def welcome(strName):
greeting = "Hello " + strName
length = len(strName)
print (greeting, length)

def average(numA, numB):
sumNumbers = numA + numB
ave = sumNumbers / 2
return ave

myName = 'Jaynique'
myAverage = average(3, 7)
welcome (myName)
print (myAverage)

myName and A. Jaynique B. myAverage C. strName

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:50
List a few alternative options and input and output over the standerd keyboard and monitor. explain their functioning in details.
Answers: 2
question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 03:50
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
question
Computers and Technology, 23.06.2019 10:00
Whats three fourths of 15(this is supposed to be in math but i clicked too fast)
Answers: 1
You know the right answer?
In the program below, which two variables have the same scope? def welcome(strName):
greetin...
Questions
question
Social Studies, 30.01.2020 05:55
question
Mathematics, 30.01.2020 05:55
question
Mathematics, 30.01.2020 05:55
question
Mathematics, 30.01.2020 05:55
Questions on the website: 13722360