473,468 Members | 1,449 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

help me start this thing

3 New Member
Look at my attachment


I do not how to start this and I want to have it exactly like this using nested loops

(help start the first account number then i'll figure out the rest i think)Attachment 3234
Attached Images
File Type: jpg untitled.jpg (19.5 KB, 131 views)
May 12 '10 #1
4 1324
jkmyoung
2,057 Recognized Expert Top Contributor
Sorry? What part of the programming are you having trouble with?

Have you figured out how you're going to do this in steps? eg
Input
Process
Output
May 12 '10 #2
jerfe5
3 New Member
@jkmyoung
the input so far all i have is

# include <iostream>
# include <iomanip>

using namespace std;

int main()

{
int Account, Balance;
double Deposit, Withdrawal;

for (Account = 4; Account <= 3; Account--)
and i'm trying to use nested loop
May 12 '10 #3
jerfe5
3 New Member
and this is C++ program
May 12 '10 #4
jkmyoung
2,057 Recognized Expert Top Contributor
For one, your for loop will never run.
for (Account = 4; Account <= 3; Account--)
I'm assuming you originally had it starting at 0, counting upwards?
Change the condition accordingly.
May 12 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: jag | last post by:
Well i created couple of separate database using DBCA without oracle jvm, multimedia, example db, xml db coz for our databases we did not need it. Now to manage those databases i use EMC but to...
2
by: Allen R. Cha | last post by:
I'm developing FTP Client. but i have a problem. System Env. : Server : wow linux, kernel ver 2.4.x client : Windows XP Home edition. I'm developing FTP Client Application. but I got error...
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
2
by: colmag | last post by:
I've just bought the VB.net2003 deluxe learning edition, whicn includes vb.net2003 standard and the step by step book. I'm please with my choice of language and the book is great, but...
11
by: Just Me | last post by:
I generated a help file when HML Help first cane out. At that time I hade to download the tool from MS to make the file. Is that still the case. I looked under VS tools and expected to find a...
37
by: John Salerno | last post by:
I contacted my domain host about how Python is implemented on their server, and got this response: ------------------- Hello John, Please be informed that the implementation of python in our...
4
by: sherifffruitfly | last post by:
Hi - I'm just learning basic file i/o stuff, and the following input routine skips the first entry in text files. I would guess it's a similar phenomenon as when there's a CR left in the buffer and...
2
by: shapper | last post by:
Hello, I am for days trying to apply a XSL transformation to a XML file and display the result in a the browser. I am using Asp.Net 2.0. Please, could someone post just a simple code example,...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
10
by: yansong1990 | last post by:
well ok, im pretty new to c++, i have -a lot- of exp in programming in VBA (visual basic for app) for excel to make macros so i picked up a new course for computing which handles c++ only, i...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.