Assignment 2: Basal Metabolic Rate (BMR) Calculator
Task
C++ program
Group Member
- Mursyidah binti Jahidi
- Balqis Batrisya binti Jalaluddin
Question
C++ code
Reflection
- Through this assignment 2, I was able to apply C++ programming concepts that I learned in Programming Technique 1 such as user-defined function, selection, loop, and repetition. While working on this assignment, I improved my understanding on conditional statements. I was able to use if else statements to calculate different BMR formula for male and female. Overall, this task enhance my problem solving skills and improve my foundation in C++ programming.