dis to a positive integer. Your program should consist of a class, say, FomanType. An object of type romanType should do the following: Store the number as a Roman numeral. a. b. Convert and store the...


C++


dis to a positive integer. Your program should consist of a class, say,<br>FomanType. An object of type romanType should do the following:<br>Store the number as a Roman numeral.<br>a.<br>b.<br>Convert and store the number as a positive integer.<br>Print the number as a Roman numeral or positive integer as<br>requested by the user.<br>The integer values of the Roman numerals are:<br>000T<br>D.<br>0O.<br>5.<br>1.<br>d. Test your program using the following Roman numerals: MCXIV,<br>CCCLIX, and MDCLXVI<br>TINO-dimensional array sales<br>

Extracted text: dis to a positive integer. Your program should consist of a class, say, FomanType. An object of type romanType should do the following: Store the number as a Roman numeral. a. b. Convert and store the number as a positive integer. Print the number as a Roman numeral or positive integer as requested by the user. The integer values of the Roman numerals are: 000T D. 0O. 5. 1. d. Test your program using the following Roman numerals: MCXIV, CCCLIX, and MDCLXVI TINO-dimensional array sales
Assignment # 8 (Chapter 9)<br>write a program that declares a struct to store the data of a football<br>player (player's name, player's position, number of touchdowns, number<br>of catches, number of passing yards, number of receiving yards,<br>and the number of rushing yards). Declare an array of 10 components<br>to store the data of 10 football players. Your program must contain a<br>function to input data and a function to output data. Add functions to<br>search the array to find the index of a specific player, and update the<br>data of a player. (You may assume that the input data is stored in a file.)<br>Before the program terminates, give the user the option to save data<br>in a file. Your program should be menu driven, giving the user various<br>choices.<br>

Extracted text: Assignment # 8 (Chapter 9) write a program that declares a struct to store the data of a football player (player's name, player's position, number of touchdowns, number of catches, number of passing yards, number of receiving yards, and the number of rushing yards). Declare an array of 10 components to store the data of 10 football players. Your program must contain a function to input data and a function to output data. Add functions to search the array to find the index of a specific player, and update the data of a player. (You may assume that the input data is stored in a file.) Before the program terminates, give the user the option to save data in a file. Your program should be menu driven, giving the user various choices.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here