Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~771 People Reached
Favorite Forums
Favorite Tags
c++ x 13

5 Posted Topics

Member Avatar for sosy2001

This is my assignment: > Step 1.Create a structure with the name StudentRecord containing a Name stored as an array of 20 characters, an ID stored as an integer, and a GPA stored as a floating integer. Create (instantiate) a variable from StudentRecord called TESCStudent. > > > > Step …

Member Avatar for dwks
0
131
Member Avatar for sosy2001

#include <iostream> using namespace std; // This program takes the numerical score and outputs a letter grade.// int getScore () { int count; int score, for (count = 0; count <10; count ++){ cout << "\nEnter the student's score: "<< endl; cin >> score } cout <<"\nThe score is/are: " …

Member Avatar for Nedals
0
168
Member Avatar for sosy2001

How do I save the input form the user into an array? Here is my assignment: create a program that reads in 5 numbers, find their sum and then print them in reverse. Use array as a tool in your program. Here is what I have so far: #include <iostream> …

Member Avatar for sosy2001
0
183
Member Avatar for KittyGirl

Hello Kitty, can you help with with my array question? I need to store the users input into an array, then sum the numbers and then print them out in reverse.

Member Avatar for WolfPack
0
145
Member Avatar for sosy2001

Hello Everyone, I am a very green programmer, lol, and I really need alot of attention right now. My assignment consists of me writing simple codes, but I just cant figure this out out. > Question: > > > write a program using a function and a series of if/else …

Member Avatar for sosy2001
0
144

The End.