Concept explainers
Type in and run the seven programs presented in this chapter. Compare the output produced by each
Explanation of Solution
Program 8.1:
Purpose of the program:
- The purpose of the program is to just illustrate the functions of structure.
- The program contains some structure variables and structure objects that are used to display day, month and year.
Today's date is 9/5/2015
Comparison:
The program “8.1” runs successfully and produces the output as it is given in the text book.
Want to see more full solutions like this?
Chapter 8 Solutions
Programming in C
Additional Engineering Textbook Solutions
Starting Out with C++ from Control Structures to Objects (9th Edition)
Introduction To Programming Using Visual Basic (11th Edition)
INTERNATIONAL EDITION---Engineering Mechanics: Statics, 14th edition (SI unit)
Starting Out with Java: From Control Structures through Data Structures (4th Edition) (What's New in Computer Science)
Starting Out with Java: From Control Structures through Objects (7th Edition) (What's New in Computer Science)
Computer Science: An Overview (13th Edition) (What's New in Computer Science)
- (Heat transfer) The formula developed in Exercise 5 can be used to determine the cooling time, t, caused only by radiation, of each planet in the solar system. For convenience, this formula is repeated here (see Exercise 5 for a definition of each symbol): t=Nk2eAT3fin A=surfaceareaofasphere=4r2 N=numberofatoms=volumeofthespherevolumeofanatom Volume of a sphere sphere=43radius3 The volume of a single atom is approximately 11029m3 . Using this information and the current temperatures and radii listed in the following chart, determine the time it took each planet to cool to its current temperature, caused only by radiation.arrow_forwardDigital lab & design The circuits don’t have to be created in proteus project just a normal drawing on paper will do, thanks. 1)arrow_forwardPlease use python to calculate student's letter grades(A, A+, B, B+, C, C+) based on quizzes, homework, midterm, and final obtain marks. Please use more than 5 functions including loop, list, if, for, function. (Please include Psedocode and flow chart). Thank You!arrow_forward
- Problem B. Musical Key ConversionThe chromatic scale is a 12-note scale in music in which all notes are evenly spaced: that is, the ratio of the frequency between any two consecutive notes is constant. The notes are typically labeled in the following sequence: A, A#, B, C, C#, D, D#, E, F, F#, G, G# After G#, the labels loop back and start over with A (one octave higher). To convert between musical keys, you can shift all notes in a piece of music a constant number of steps along the scale above. For example, the sequence of notes E, E, F, G, G, F, E, D, C, C, D, E, E, D, D can be converted to another musical key by shifting everything up three steps: E, E, F, G, G, F, E, D, C, C, D, E, E, D, D G, G, G#, A#, A#, G#, G, F, D#, D#, F, G, G, F, F Notice that G was converted to A#, since going three steps up required us to loop off of the top of the scale back to the bottom: G -> G# -> A -> A#. Technically we should note that this would be A# of the next octave up, but we’ll…arrow_forwardby using lists Please Write Python program design at the beginning of program:define the purpose, Input /output data and Algorithm and please write the program testing ( for cases that could happen) and write comments in each stepsarrow_forwardp.278, icon at Example 6 # 3. (Problem A1 from the 1989 William Lowell Putnam Mathematics Competition.) Consider the sequence of integers (in base 10): 101, 10101, 1010101, 101010101, 10101010101,.... Prove that 101 is the only number in this sequence that is prime. (Hint: Use place value to write each number in terms of the sum of its digits; for example, abcde = a10+ + b10³ + c10² + d10+ e. Then examine how the sum might be factored.)arrow_forward
- Q3: write a MATLAB code to plot the function for in the interval [0, 21] using 300 equally spaced points. Use your first name as an x-label and your father name as a y-label and finally use your complete name as title for your plot.arrow_forwardusing python and for and while loops with if statements Only typed answer Please don't copy from anywherearrow_forwardQ4) The volume V and surface area A of a sphere of radius r are given by: V = A = 4π/² Develop a MATLAB program to compute V and A for 0≤r ≤5 (in meter, increment 0.1), and plot (V versus r), (A versus r) with subdivide a figure window into two rows and one column.arrow_forward
- Matlab A rocket is launched vertically and at t-0, the rocket's engine shuts down. At that time, the rocket has reached an altitude of ho- 500 m and is rising at a velocity of to 125 m/s. Gravity then takes over. The height of the rocket as a function of time is: h(t)-ho+vot-gt², t20 where g -9.81 m/s². The time t-0 marks the time the engine shuts off. After this time, the rocket continues to rise and reaches a maximum height of Amax meters at time t = tmax. Then, it begins to drop and reaches the ground at time t = tg. a. Create a vector for times from 0 to 30 seconds using an increment of 2 s. b. Use a for loop to compute h(t) for the time vector created in Part (a). e. Create a plot of the height versus time for the vectors defined in Part (a) and (b). Mark the and y axes of the plot using appropriate labels. d. Noting that the rocket reaches a maximum height, max, when the height function, h(t), attains a maxima, compute the time at which this occurs, max, and the maximum height,…arrow_forwardDescription Xiao Zhang is often distressed because there are too many things to arrange. Now he has n tasks at hand, and each task has a starting times, and an ending time e;. To complete a task, he must do it from the starting time to the ending time, and Xiao Zhang can only perform one task at the same time. Xiao Zhang wants to know how many tasks he can accomplish at most. Input The first line is an integer n (1sns300000), indicating the number of tasks Xiao Zhang has at hand. In the next n lines, each line contains two integers s₁, e¡ (1≤s;arrow_forwardDo it with Matlabarrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology PtrC++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage Learning