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
~366 People Reached
Favorite Forums
Favorite Tags
c x 3
c++ x 2
Member Avatar for Chocolatemoon

I have made a program that uses struct where a user can input a grade,average, and their name. I am trying to make it so their can be three students each with a grade average and name but I can not figure out how to make a loop so it …

Member Avatar for Chocolatemoon
0
164
Member Avatar for Chocolatemoon

I am writing a program that will take a sentence and find out how many of one character (like how many h's) is in the sentence. I have started what I think works and got the program to work once but after the one time I cant get it to …

Member Avatar for Chocolatemoon
0
114
Member Avatar for Chocolatemoon

I am having trouble taking a histogram program I made in class and making it interactive where the numbers are inputted by the user. Any help would be greatly appreciated. [CODE]#include "stdafx.h" #define SIZE 10 int main() { int n[ SIZE ]= {19, 3, 15, 7, 11, 9, 13, 5, …

Member Avatar for gerard4143
0
88