subject
Computers and Technology, 10.08.2021 01:00 Jasten

Use 3 void functions: 1- To get num1 and num2 from the user
2- To find the sum of the series
3- To display the sum
Please see the sample output.
For the second function:
Write one for loop that calculates the total of the following series of numbers:
Numl/num2+ .. + num2 /num1
Example:
1/30 + 1/29 + 1/28 + 1/27 + ... 30/1
/* OUTPUT
Please enter 2 numbers:
Please enter numberl: 1
Please enter number2: 30
Here is the sum of the numbers: 1/30 + + 30/1 is: 93.8446
Press any key to close this window ...

ansver
Answers: 2

Another question on Computers and Technology

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, 24.06.2019 00:10
Read each statement below. if the statement describes a peer-to-peer network, put a p next to it. if the statement describes a server-based network, put an s next to it. p - peer-to-peer s - server-based
Answers: 1
question
Computers and Technology, 24.06.2019 02:40
Has anyone seen my grandma shes been gone for 4 years already
Answers: 1
question
Computers and Technology, 24.06.2019 18:10
Most information security incidents will occur because of select one: a. users who do not follow secure computing practices and procedures b. increases in hacker skills and capabilities c. poorly designed network protection software d. increasing sophistication of computer viruses and worms
Answers: 1
You know the right answer?
Use 3 void functions: 1- To get num1 and num2 from the user
2- To find the sum of the series<...
Questions
question
Mathematics, 21.02.2020 02:01
Questions on the website: 13722360