sp y

Generation

generate functionSun, 16 Apr 2023

Realize the function of students filling out their applications

void fill_application(string name, int age, int grade) { cout << name << endl; cout << age << endl; cout << grade << endl; } fill_application(name, age, grade);

Want to kickstart your project?Use the new AI Studio to create your code