Write the definition of a struct type pet that has a name, age, and weight.

What will be an ideal response?

struct pet{
string name;
int age;
float weight;
};

Computer Science & Information Technology

You might also like to view...

The user can control the speed with which slides advance during a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

In a database, a ________ is a category of data organized in a column

A) record B) label C) group D) field

Computer Science & Information Technology