subject
Computers and Technology, 18.08.2019 18:00 pls391

In the small basic programming language, explain how one would add up the sum of any
number of data points. meaning, that, depending on user input (the amount of data points there are) and the data (the entered data for each data point) i can calculate the sum, regardless of how many there are. is there a way to do this?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Assume that you have an array of integers named a. which of these code segments print the same results? int i = 1; while(i < a.length) { system.out.println(a[i]); i++; } int i; for (i = 0; i < a.length; i++) { system.out.println(a[i]); } for (int i : a) { system.out.println(i); } i and ii only ii and iii only i and iii only all three print the same results. all three print different results.
Answers: 3
question
Computers and Technology, 21.06.2019 23:00
The animal classthis class represents a an animal residing at a zoo. it has a weight (in pounds),height (in inches), a name, and a color. the methods in the class include constructors,getters, and a tostring. you will finish the implementation of these methods. referto the code documentation.1.getters: you will need to implement getter methods. these get a value (froma member variable) in the animal class. you will make a getter method toreturn each variable (weight, height, name, color). reference getname if youare having issues.2.tostring: you will need to finish the tostring method. this returns a stringcontaining information about an animal. the output string should be of theformat: Ć¢ā‚¬Å„ (name) , a ( color )Ć¢ā€™colored animal . ( weight ) pounds , ( height ) inches .\nĆ¢ā‚¬Å„the height and weight are formatted to 1 decimal place. recall from lab 1how to format strings neatly using string. see the reference sectionfor more about string.format.
Answers: 2
question
Computers and Technology, 22.06.2019 11:30
Hassan is writing his masterā€™s thesis, which is a thirty-page document. he received some feedback from his professor in the form of comments, but does not see where the comments are. what is the fastest way for hassan to find the feedback?
Answers: 3
question
Computers and Technology, 23.06.2019 00:30
Pl i need the answer now ! which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 1
You know the right answer?
In the small basic programming language, explain how one would add up the sum of any
number o...
Questions
question
Mathematics, 12.12.2019 01:31
question
Social Studies, 12.12.2019 01:31
question
Mathematics, 12.12.2019 01:31