Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How to round up the answer to 3 significant figure in c programming language?IE 1 0 0 5 AY 2 3 / 2 4 Special
How to round up the answer to significant figure in c programming language?IE AY Special Terms
Practical Exercise Assessment
Write a program that takes two positive real numbers from the user as the base edge, and height, of a right square pyramid. See Figure The program should then print on the screen the following information in a wellformatted tabular arrangement.
Base area of the pyramid, in significant digits.
Surface area of the pyramid, in significant digits.
Volume of the pyramid, in significant digits.
Figure : A right square pyramid with its base edge, height,
Use the following formulae for the base area, surface area, and volume:
Ensure that your program works for all valid user inputs. Print the results in suitable formats and alignments for a good output visual. Style your code accordingly.
For the submission:
Save your file using YourName.c without any space characters as the file name.
Submit only YourName. c in NTULearn. If you need to resubmit, rename your new file as YourNamec For subsequent resubmissions, rename as YourNamec and so on Only the last file submitted before the due will be graded.
Marking schedule
Prompt the user and take the inputs.
Calculate the base area, surface area, and volume.
Print the results in a wellformatted tabular arrangement.
Keep good coding style indentation headers, variable names, etc.
Total
mark
mark
mark
mark
mark
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started