A programmer is building a script in order to calculate the corporate bank account balance within two decimal places. Which data type would be used in the script to represent the balance?
IT Exam Items Repository › Category: IT Essentials › A programmer is building a script in order to calculate the corporate bank account balance within two decimal places. Which data type would be used in the script to represent the balance?
A programmer is building a script in order to calculate the corporate bank account balance within two decimal places. Which data type would be used in the script to represent the balance?
Explanation: The basic data types used in a script include:
- int that represents integers
- char that represents characters
- float that represents decimal numbers
- strings that represents alphanumeric characters
- Bool that represents true or false
Related exam: IT Essentials v7.01 Chapter 14 Quiz Answers
Related exam: IT Essentials 8 Module 14 Quiz Answers: The IT Professional
About The Author
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.