answersLogoWhite

0

What data type is is suited to represent cost of a car?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

"float" should be sufficient

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What data type is is suited to represent cost of a car?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What data type is string is suited to represent cost of a car?

String is not appropriate for that. While it is possible to store a number in a string, additional conversions need to be done if you need the number for calculations. Instead, use an integer data type (if no decimals are required), or a real data type (if decimals are required). In Java, for example, you could use int (no decimals) or double (allows decimals).


What type of graph is best suited for graphing the quartiles of a set of data?

A Box and Whisker Plot


What data type can be used to represent 1000000 elements in an array?

An array.


What type of graph would be best to represent numerical data?

BAR ;)


Which type of graph is best suited for graphing the cost of a computer versus its speed?

A line graph


What type of graph is best suited for finding a trend between two sets of continuous data?

A scatter graph.


What does edo represent?

EDO stands for 'extended data out'. Its a type of memory/RAM.


Which type of graph displays data with bars that represent numerical amounts?

bar


Type of graph is best suited for finding a trend between two sets of non-continuous data?

scatter plot


Which type of graph is best suited for finding a trend between two sets of non continuous data?

scatter plot


What represent data on a chart?

Depending on the type of chart, different things can represent data. Pie slices on pie charts, bars on bar charts and columns on column charts for example.


The data type of an item price?

I am assuming that the question is "What would the best data type to represent a price".Although this is open for debate, in Java I think that the best data type for a price is double and the best data type in C# to be decimal.I hope this answers your question.