Answer:
rapid prototyping
Explanation:
Happy birthday.?
*GLASS BREAKS*
Kanye West
The song is Gold Digger
int grades[5] = { 100, 90, 80, 78, 98 };
for(int i=0;i<5; i++)
{
cout << grades[i];
}