Saturday, May 22, 2010

Visual c++ computer program please help me?

Ive been sick, and really need help with this assignmen PLEASE?


Write a program to convert between yards and meters. Your solution must utilize functions to perform the conversions. Your functions must meet these requirements:





One of the functions must use pass-by-value, returning the converted measure


One of the functions must use pass-by-reference to store its result (the function does not have a return value).


Your program must create two tables - one showing the yards equivalent to meter measures from 0 yards to 100 yards (by 5 yard increments: 0, 5, 10, . . . , 100) and the other showing meters equivalent to yards measures 0 through 100 (by 5 meter increments: 0, 5, 10, ... , 100). Original measures are all integer values. Calculated measures are to be displayed accurate to two decimal places.


The output for both tables must fit on one default screen (79 columns by 23 rows), so your tables will need to be organized into multiple columns. Everything must be lined up nicely and the tables neatly and informatively labeled. This assignment can be done with a single file. It is not necessary to define any classes.

Visual c++ computer program please help me?
Aah, there's Jenn AGAIN.





Eight questions she posted, ALL about her C++ homework assignments. NEVER has she answered a question. NEVER has she selected a best answer to her previous question.





Can she spell L-A-Z-Y ?


No comments:

Post a Comment