Hello!!
My name is verónica, but my friends tell me Vero.
I have 21 years and live in San José.
I am very cheerful, friendly and I like making new friends.
I graduated from dental assistant technical at the University of Costa Rica and work for a year in the Latin American Institute of orthodontics.
And with this course I hope to learn much more. =D
Guillermo Umana Orozco
ResponderEliminarGuillermo Umaña Orozco
struct database {
int id_number;
int age;
float salary;
};
Guillermo Umana Orozco
Guillermo Umaña Orozco
int main()
{
database employee; //There is now an employee variable that has modifiable
// variables inside it.
employee.age = 22;
guillermo umana orozco
guillermo umaña orozco
employee.id_number = 1;
employee.salary = 12000.21;
Guillermo Umana Orozco
Guillermo Umaña Orozco