Output
-
I am trying to display my result this way: Volumes Amounts 22 12 45 89 897 954 Total: 1055 When I run the program I get this: Please help Volumes Amounts 22 12 45 89 897 954 Total: 1055 cout<<"\nTotal number of bills: "<0) { cout<
sardinka wrote: I am trying to display my result this way: Volumes Amounts 22 12 45 89 897 954 Total: 1055 When I run the program I get this: Please help Volumes Amounts 22 12 45 89 897 954 Total: 1055 What you want and what you are getting appear to be the same. So what is the problem?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
I am trying to display my result this way: Volumes Amounts 22 12 45 89 897 954 Total: 1055 When I run the program I get this: Please help Volumes Amounts 22 12 45 89 897 954 Total: 1055 cout<<"\nTotal number of bills: "<0) { cout<
sardinka wrote: I am trying to display my result this way: Volumes Amounts 22 12 45 89 897 954 Total: 1055 When I run the program I get this: Volumes Amounts 22 12 45 89 897 954 Total: 1055 I'm not sure what you are asking. To me, the output looks exactly the way you described it should look..... Could you edit your post and use the < PRE> tags if you are having a spacing problem - without the < PRE>tags, youd output looks just like you describe it.
-
sardinka wrote: I am trying to display my result this way: Volumes Amounts 22 12 45 89 897 954 Total: 1055 When I run the program I get this: Volumes Amounts 22 12 45 89 897 954 Total: 1055 I'm not sure what you are asking. To me, the output looks exactly the way you described it should look..... Could you edit your post and use the < PRE> tags if you are having a spacing problem - without the < PRE>tags, youd output looks just like you describe it.
-
I am trying to display my result this way:
Volumes Amounts
22 12
45 89
897 954
Total: 1055When I run the program I get this:
Volumes Amounts
22 12
45 89
897 954
Total: 1055get rid of one of the \t's in your output. Douglas A. Wright dawrigh3@kent.edu