9/18/2017
DCT1144 Programming Fundamentals LAB 18 Sept 2017
1. Design an algorithm and write a C++ program that reads a Weight and Height, then calcculate BMI and displays the result . The formula for the BMI is as follows:
BMI = Weight / (Height x Height);
2. Design an algorithm and write a C++ program that reads in the radius and length of a cylinder and computes its volume using the following formulas:
area = radius * radius * pi
volume = area * length
(pi = 3.14)
References
Flowchart Application - https://www.draw.io/
Flowchart Draw- Guide https://www.programiz.com/article/flowchart-programming
Pseudo code Guide- http://study.com/academy/lesson/pseudocode-definition-examples-quiz.html
Subscribe to:
Post Comments (Atom)
Cara download Installer windows 10 dalam format ISO
1. Jika anda bercadang untuk download windows 10 melalui website rasmi windows - pilihan untuk download dalam format ISO tidak di berikan. ...
-
ANSWERS TO CHAPTER EXERCISES (CHAPTER 8) Review Questions 1. List and describe various types of output, including technolog...
-
Based on real life scenario on any local company/ organization which you are very familiar, define the problem that could be addressed thr...
-
A. Response to the following statements by circling either T (TRUE) or F (FALSE). [10M] I. 1. Java enables users...
No comments:
Post a Comment