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
~272 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for SlickSteiner

The program that I want to do is a program that lets you deposit and withdraw money, and that it can display the total amount that you have inputted in the transaction. Now my problem is, I don't know how to display the total amount and how to do a …

Member Avatar for [Alpha]-0mega-
0
160
Member Avatar for SlickSteiner

Here is the source code, and my problem is that I want to add a series of arrays, but I have no idea how to do it. [code=c] #include <stdio.h> #include <stdlib.h> #include <math.h> int main() { //These Lines indicate the variables int Computer,c,r,rm,hd,h,ram,RAM[4],HDD[5],comp=1,ramcount,hdcount,compcount=1,price[10],cpter; float PriceBudget,MB,Monitor,Proc,VC,ODD,CC,KB,M,Price,totalpram,totalphdd,sumpc,sumpram,sumhdd,tpricehw; printf(" ---This Program Will …

Member Avatar for nick.crane
0
112