Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ I am trying to do step 4. My code compiles, but it does not display try again if appropriate. Please help #include #include using

C++ I am trying to do step 4. My code compiles, but it does not display try again if appropriate. Please help

image text in transcribedimage text in transcribed

#include #include using namespace std; int main() int i, j; string name;/ame of user bool go = 1; //bool to see if the system continues float const ninbalBus = 10000.00; //Declaring and inilizing minimum balance for the business account float const minbalPer = 10000.00; //Declaring and inilizing minimum balance for the personal account float curbalBus; //stores current balance for the business account float curbalPer; //stores current balance for the personal account enum const{Personal = 0, Business = 1); cout = 'a' && name[i] = 65 && name[i] 0){ cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions