Forum: C++ Dec 16th, 2008 |
| Replies: 4 Views: 582 I understand that my instructors feed back is straight forward, but I am new to creating pseudo codes and I am just not sure how the corrections are suppose to look, for example "Why do you have a... |
Forum: C++ Dec 16th, 2008 |
| Replies: 4 Views: 582 I had forgot to show the currency conversion I am using:
[LIST]Canadian dollars (rate: 1 U.S. dollar = 1.4680 Canadian dollars)
Mexican pesos (rate: 1 U.S. dollar = 9.5085 pesos)
English... |
Forum: C++ Dec 16th, 2008 |
| Replies: 4 Views: 582 Currency Conversion Design
Main module
Declare ItemName As String
Declare Currency type As Real
Call Welcome message module
Call Input Data module |
Forum: C++ Dec 12th, 2008 |
| Replies: 3 Views: 1,268 I see what your are saying , so to correct this, it looks like I should change In the driving seat to sit in the driver seat. |
Forum: C++ Dec 12th, 2008 |
| Replies: 3 Views: 1,268 Main
Class driving a car (door, ignition, Key, seat belt, mirror, gear, and accelerator)
In the driver seat
With car
End program
In the driving seat
Close the Door
... |
Forum: C++ Dec 4th, 2008 |
| Replies: 2 Views: 1,740 For each of the following problems, use the top-down modular approach and pseudo code to design a suitable program to solve it.
1. Input names of students from the user, terminated by ZZZ, and... |