Guidelines regarding the initial comment section

Assignment Help Basic Computer Science
Reference no: EM13861907

For Loops

For each of the programs assigned below, submit the following:

  • Hard copy of the source code.
  • Hard copy of sample executions (black or, preferably, white screen). 

Copy of the source code (.c ) saved as an electronic attachment to C Assignment 7 located in Oncourse under Assignments. 

Observe the usual guidelines regarding the initial comment section, indenting, and so on.  In addition,

  • In if-else statements, indent statements to be executed for if or else condition three spaces.  Align else or else if with corresponding if.
  • Indent statements within loops.  Indent nested loops.

 

1.   Write a program to find the approximation of ln(2) using the following formula for m+1 terms:

                            where n = 0, 1, 2, ... m

Prompt the user to enter the number of terms (between 10 and 50 inclusive) to be used in the approximation.  Use a while validation loop to assure that the number of terms is in the proper range.  Use a for loop to calculate each term in the sum and while doing so, to print a table.  Each line of the table should include the term (value of n) number, the value of the term added to the sum at that iteration accurate to 5 decimal digits, and the value of the sum at that iteration also printed with 5 decimal digits.  If there are 20 terms, they will be numbered 0 through 19.  Use doubles for the term and sum approximation values.  At the end of the program print the final value of the sum and also the actual value of ln(2) from the C library using 5 decimal digits.

2.  Write a program to calculate the factorial of a number.  The factorial n! of a positive number (integer) is defined by n! = n*(n-1)*(n-2)*...*3*2*1, where 0! = 1.

In function main prompt the user for a non-negative integer less than 20 for which the factorial is to be found.  Use a while validation loop to assure the number entered is in the proper range.  Then call a function to calculate the factorial.  The input to the function is the integer n and the return value is n factorial.  Use data type double for the factorial.  In the function use a for loop to calculate the factorial.  Make provision for the situation in which n = 0.  Return the value of n factorial to function main and print.  Test with n = 14. 

Reference no: EM13861907

Questions Cloud

How much of each good will each country produce : Home and Foreign both produce cars and food using labor and capital. In each country, labor and capital are both freely mobile across industries. It takes 5 units of labor and 3 units of capital to produce 1 unit of food, and 4 units of labor and 4 u..
Physical vs. logical system models : Your intern is confused about the difference between physical and logical system models.  Explain the difference between the two models to her and give at least one example for each of the two models
Benefits of use-case modeling : Analyze the benefits of use-case modeling and isolate the most advantageous benefit to the firm you currently work or worked in the past and state why.Describe the biggest challenge to the successful use of use-case modeling and recommend how to over..
Predict the microsoft office component : Submit all files and written responses at the same time as one (1) complete submission. Screenshot File Submission: You must submit the screenshot file(s) using the provided Assignment Submission Attach File function located in the Blackboard online ..
Guidelines regarding the initial comment section : Observe the usual guidelines regarding the initial comment section, indenting, and so on.  In addition, In if-else statements, indent statements to be executed for if or else condition three spaces.  Align else or else if with corresponding if. I..
Demonstrate your understanding of the topics : Your Case Study is due by the end of Week 4. There will be a penalty for late submissions (See Syllabus for Details).The key to this assignment is to demonstrate your understanding of the topics, not to re-word the text or reference material. Please ..
Displays the total amount for each service category : ?? P7.17Write a program that reads a text file as described in Exercise P7.16, and that writes a separate file for each service category, containing the entries for that category. Name the output files Dinner.txt, Conference.txt, and so on.
Interchangeably because their meanings are equivalent : 1. 1>Baud rate and data rate could be used interchangeably because their meanings are equivalent. True_ False_ And explain:
Damaged lithium ion battery explodes : Jared Newman @onejarednewman  pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API Microsoft blends the old and new with Windows 10 Damaged Lithium Ion battery explodes

Reviews

Write a Review

 

Basic Computer Science Questions & Answers

  Design a program that will read a file of employee records

Design a program that will read a file of employee records containing employee number, employee name, hourly pay rate, and regular hours worked and overtime hours worked. The company pays its employees weekly, according to the following rules:Regular..

  Priority queue

Write a program that shows what happens when random values go first through an ordinary queue and then through a priority queue. The Queue interface specifies add and remove methods that add elements to and remove elements from a queue.

  Comp. literacy quiz

Need answers in 6 hours, no excuses please. 90% will earn 5 star rating.

  How much storage will probe require if it is to gather data

The system has a clock that runs at 1GHz. During each cycle of the system clock, the status of these 5 registers how much storage will the probe require if it is to gather data for 2 seconds?

  Use of visitor pattern to supply additional functionality

Rather than use the Visitor pattern to supply additional functionality. Give the details and compare the advantages and disadvantages of this approach when compared to the Visitor pattern.

  The components of a traditional analysis model

The components of a traditional analysis model

  What is the proportion of white cars driving past my house

What is the proportion of white cars driving past my house?

  Write a sql query to display customer id

Use joining technique (WHERE commands is preferred[1]) to write a SQL query to display customer ID, customer name, and customer address for all the customers who are doing business with PVFC in the territory of Southwest.

  To perform queries

To perform queries on a relational database system using SQL? To demonstrate an advanced knowledge of stored procedures, stored functions and triggers.

  Writing solution for the case

For many years, you have had a computer in your 100 year old plaster-walled 10 foot high ceiling home for all members of the family to use. Recently, however, you added a second computer.

  Similarities between a lumped and a distributed element

What are the differences and similarities between a lumped element and a distributed element. How many steps are required to design a) an RF circuit? b) A microwave circuit?

  Research methods for information technology

Research methods for information technology involved in Mobile platforms and social media

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd