subject

Can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do Write a function called initials that will take a first and last name and return their initials using the following format:

initials("Tracy", "Turtle")
# => "T. T."
initials("Peter", "Parker")
# => "P. P."

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 23.06.2019 06:20
What is a point-in-time measurement of system performance?
Answers: 3
question
Computers and Technology, 23.06.2019 07:30
What is the original authority for copyright laws
Answers: 1
question
Computers and Technology, 23.06.2019 08:30
When you interpret the behavior of others according to your experiences and understanding of the world your evaluation is
Answers: 1
You know the right answer?
Can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do Write a functi...
Questions
question
Social Studies, 02.10.2020 14:01
question
Mathematics, 02.10.2020 14:01
question
Mathematics, 02.10.2020 14:01
question
Mathematics, 02.10.2020 14:01
question
Mathematics, 02.10.2020 14:01