User profile: Ralphus629

User info
User name:Ralphus629
Name:Ralph
Location:Union City, NJ
Bio:Just a kid trying to get by on C++.
History
Joined:
Number of posts:14
Latest posts:

Saving data into an array.
I have this code from a previous class: [output] #include <iostream> #include <string> #include <fs...

Saving data into an array.
I have this code I want to save into an array: [output] char testScoreGrade(double totalAvg) { ...

Saving data into an array.
I have this code below I want to save them into an array. [output] char testScoreGrade(double t...

Objective array question.
Thank you.

Objective array question.
So I have this array:[output]int alpha[][/output] My question is, how can I output alpha to print fi...