subject
Computers and Technology, 08.04.2021 14:00 RioQNA

does anyone one know how to do this? I'm really stuck on it so if you can give me the answer it would help a lot. thanks. its about loops


does anyone one know how to do this? I'm really stuck on it so if you can give me the answer it wou

ansver
Answers: 3

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 17:30
Scientists have changed the model of the atom as they have gathered new evidence. one of the atomic models is shown below. what experimental evidence led to the development of this atomic model from the one before it? a few of the positive particles aimed at a gold foil seemed to bounce back. the colors of light emitted from heated atoms had very specific energies. experiments with water vapor showed that elements combine in specific proportions. cathode rays were bent in the same way whenever a magnet was brought near them.
Answers: 2
question
Computers and Technology, 23.06.2019 21:30
Write a fragment of code that reads in strings from standard input, until end-of-file and prints to standard output the largest value. you may assume there is at least one value. (cascading/streaming logic, basic string processing)
Answers: 3
question
Computers and Technology, 24.06.2019 04:30
Which of the following terms refers to a collection of different types of software that share the goal of infiltrating a computer and making it do something? a- malware b- virus c- spyware d- trojan horse
Answers: 2
You know the right answer?
does anyone one know how to do this? I'm really stuck on it so if you can give me the answer it woul...
Questions
question
English, 23.08.2020 02:01
question
Mathematics, 23.08.2020 02:01
question
Mathematics, 23.08.2020 02:01
question
Mathematics, 23.08.2020 02:01
question
Computers and Technology, 23.08.2020 02:01
Questions on the website: 13722367