Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Write a program in C + + using codeblocks to solve the following problem: A user wishes to create a program that will display personal

Write a program in C++ using codeblocks to solve the following problem:
A user wishes to create a program that will display personal information they provide after
performing some calculations. The program will consist of the following data:
Name
Major
Height (in inches)
Weight
Courses Taken
Courses Remaining
Using this data, the user will display the following information:
Name
Major
Height (includes feet and inches)
BMI (Formula: 703* weight /(height * height)) Round to 2 decimal places
Course Completion Percentage Round to 0 decimal places
o (Formula: Courses Taken /(Courses Remaining + Courses Taken)*100)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions