Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 : Assume the definition of class fogdtype shown in Question 2 Answer the following questions. a . Fill in the underlines below to

Question 3:
Assume the definition of class fogdtype shown in Question 2 Answer the following questions.
a. Fill in the underlines below to complete the definition of the member function set so that private members are set according to the parameters. The values of the int and double instance variables must be nonnegative. Assign 0 if the variables are negative.
Answer:
void foodType (string s, int c, double f, int su, double GF, double p)
{ name =s;
if
calories =
else
calories =
if
fat =;
else
fat =
if ()
sugar =
elge
sugar =
if 1
carbohydrate =
else
carbohydrate =
if
potassium =
elge
potassium =
J
b. FIl in the underlines below to complete the definition of the member function print that prints the values of the data members.
Answer:
void foodType const
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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