top of page

PROGRAMMING CHALLENGES

Gym Membership Tracker

Difficulty:

2 Medium

2.2 Practice Exam Questions

Topic:

"FitLife" gym wants to automate their membership tracking system. Develop a program that takes a member's weight and height, then calculates and prints their BMI (Body Mass Index) along with a classification (e.g., underweight, normal, overweight) and recommends a suitable exercise regimen based on their BMI.

- Input: Weight (in kilograms) and height (in meters)
- Processing: Calculate BMI using weight and height. Determine BMI classification. Recommend exercise regimen based on classification.
- Output: Print BMI, classification, and exercise recommendation.

Need help with your programming skills?

If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.

bottom of page