Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume Integer variable take 2 bytes, Long 4 bytes, and Double 8 bytes. How many bytes needed for each of the following variables? Enter just
Assume Integer variable take 2 bytes, Long 4 bytes, and Double 8 bytes.
How many bytes needed for each of the following variables?
Enter just a number, such as 7.
1) Dim X as Integer
2)Dim X1 (5) as integer
3) Dim X2 (6) as double
4) Dim X3 (4) as long
5)Dim X4 (3, 4) as Long
6) Dim X5 (1, 1) as Double
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started