Computer Science, asked by dishpreetkour41, 1 month ago

Vishal is a software developer with a reputed firm . He has been given the task to computerize the operation for which he is developing a firm which will accept costumer data as follows .The data to be entered is : Name, Age, Items, Bought, Total Amount . Q .1: choose the most appropriate data type to store the above information​

Answers

Answered by KesavanCSE
1

Answer:

Name String

Age integer

Items String

Bought integer

Total amount Float

Similar questions